WebMCP

DeveloperWebMCP verified

kakeklar.no WebMCP tools

Kakeklar er en gratis barnebursdag-kalkulator: se hvor mye mat du trenger, og få handleliste for gjester, alder, drikke, servise og pynt.

2 tools1 methodsspec API surface

What can an agent do with kakeklar.no WebMCP tools?

Kakeklar er en gratis barnebursdag-kalkulator: se hvor mye mat du trenger, og få handleliste for gjester, alder, drikke, servise og pynt. This page documents every listed tool, the action or answer it provides, its installation command, and the input fields an agent should send.

WebMCP tools on kakeklar.no

Tool 1 of 2WebMCPAction

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.

How to install

Open the kakeklar.no website and ask your browser agent to use plan_birthday_party

Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

Run with an agent

Use the plan_birthday_party tool on kakeklar.no with age: <integer>, guests: <integer>, adults: <integer>, type: <string>, duration: <integer>, mainDish: <string>, breadRatio: <integer>, allergies: <object>. Return the structured result and cite the source page.

Input contract

  • age integer The birthday child's age in years (barnets alder).
  • guests integer Number of child guests attending (antall barn).
  • adults integer Accompanying adults who stay and also eat (voksne). Defaults to the current value.
  • type string Where the party is held: 'hjemme' (at home) or 'barnehage' (kindergarten). Defaults to the current value.
  • duration integer Party length in hours (varighet). Defaults to the current value.
  • mainDish string Main dish: 'polser' (hot dogs) or 'pizza'. Defaults to the current value.
  • breadRatio integer 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 Number of child guests with each dietary restriction. Omit a key when no guest has that restriction.

Open the source definition

Tool 2 of 2WebMCPAnswer

get_shopping_list

Return the current birthday-party shopping list exactly as shown on the page: every item to buy with quantities, pack sizes, allergy notes, the estimated total cost, and a shareable URL. Use this to read the plan without changing any settings.

How to install

Open the kakeklar.no website and ask your browser agent to use get_shopping_list

Install browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.

Run with an agent

Use the get_shopping_list tool on kakeklar.no. Return the structured result and cite the source page.

Input contract

    Open the source definition