kakeklar.no
Kakeklar er en gratis barnebursdag-kalkulator: se hvor mye mat du trenger, og få handleliste for gjester, alder, drikke, servise og pynt.
First seen 2026-08-17 · Last seen 2026-08-17 · Source: webmcp.com
Answer 1 · Act 1 · Transact 0 · Score: Not yet scored
Tool inspector
plan_birthday_party
Configure the Norwegian kids' birthday party (child's age, number of child guests, accompanying adults, venue, duration, main dish, bread split and per-allergy guest counts) and generate the age-aware shopping list. Use this whenever the user wants to set up or adjust the party and see what to buy.
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
age |
integer | yes | The birthday child's age in years (barnets alder). |
guests |
integer | yes | Number of child guests attending (antall barn). |
adults |
integer | no | Accompanying adults who stay and also eat (voksne). Defaults to the current value. |
type |
string | no | Where the party is held: 'hjemme' (at home) or 'barnehage' (kindergarten). Defaults to the current value. |
duration |
integer | no | Party length in hours (varighet). Defaults to the current value. |
mainDish |
string | no | Main dish: 'polser' (hot dogs) or 'pizza'. Defaults to the current value. |
breadRatio |
integer | no | Percent of the bread that is soft potato lompe; the rest is hot-dog buns. Only relevant when mainDish is polser. Defaults to the current value. |
allergies |
object | no | Number of child guests with each dietary restriction. Omit a key when no guest has that restriction. |
Raw JSON schema
{
"type": "object",
"properties": {
"age": {
"type": "integer",
"minimum": 1,
"maximum": 14,
"description": "The birthday child's age in years (barnets alder)."
},
"guests": {
"type": "integer",
"minimum": 1,
"maximum": 40,
"description": "Number of child guests attending (antall barn)."
},
"adults": {
"type": "integer",
"minimum": 0,
"maximum": 20,
"description": "Accompanying adults who stay and also eat (voksne). Defaults to the current value."
},
"type": {
"type": "string",
"enum": [
"hjemme",
"barnehage"
],
"description": "Where the party is held: 'hjemme' (at home) or 'barnehage' (kindergarten). Defaults to the current value."
},
"duration": {
"type": "integer",
"minimum": 1,
"maximum": 5,
"description": "Party length in hours (varighet). Defaults to the current value."
},
"mainDish": {
"type": "string",
"enum": [
"polser",
"pizza"
],
"description": "Main dish: 'polser' (hot dogs) or 'pizza'. Defaults to the current value."
},
"breadRatio": {
"type": "integer",
"minimum": 0,
"maximum": 100,
"description": "Percent of the bread that is soft potato lompe; the rest is hot-dog buns. Only relevant when mainDish is polser. Defaults to the current value."
},
"allergies": {
"type": "object",
"description": "Number of child guests with each dietary restriction. Omit a key when no guest has that restriction.",
"properties": {
"gluten": {
"type": "integer",
"minimum": 0,
"description": "Child guests with gluten allergy."
},
"melk": {
"type": "integer",
"minimum": 0,
"description": "Child guests with milk allergy."
},
"egg": {
"type": "integer",
"minimum": 0,
"description": "Child guests with egg allergy."
},
"nott": {
"type": "integer",
"minimum": 0,
"description": "Child guests with nut allergy."
},
"svin": {
"type": "integer",
"minimum": 0,
"description": "Child guests who do not eat pork."
}
},
"additionalProperties": false
}
},
"required": [
"age",
"guests"
],
"additionalProperties": false
}
Similar websites
toban.app
Free duty-roster maker for building cleaning, lunch, and daily-monitor rotation charts in the browser — no signup, print-quality output. WebMCP tools let an age…
farahsolutions.ae
Farah Solutions helps UAE businesses master Corporate Tax, ICV certification, e-invoicing, and government procurement. Powered by Farah Suite.
flatwrite.md
A minimalist markdown editor with live preview, paged document layout, and one-click export to HTML, PDF, or shareable URL.
marketingmanagerjobs.com
Daily-refreshed job board for marketing manager roles — growth, product marketing, demand gen, brand, SEO, and marketing leadership — with real salary data and …