DeveloperWebMCP verified
pizza-maker WebMCP tools
Chrome Labs pizza-builder demo
DeveloperWebMCP verified
Chrome Labs pizza-builder demo
Chrome Labs pizza-builder demo This page documents every listed tool, the action or answer it provides, its installation command, and the input fields an agent should send.
Set the pizza size directly or infer it based on the number of people.
Open the pizza-maker website and ask your browser agent to use set_pizza_sizeInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the set_pizza_size tool on pizza-maker with size: <string>, number_of_persons: <number>. Return the structured result and cite the source page.size string The specific size name.number_of_persons number The number of people eating to help infer the correct size.Set the style of the pizza (colors/theme)
Open the pizza-maker website and ask your browser agent to use set_pizza_styleInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the set_pizza_style tool on pizza-maker with style: <string>. Return the structured result and cite the source page.style string Control pizza layers (sauce, cheese). Use "add", "remove", or "toggle".
Open the pizza-maker website and ask your browser agent to use toggle_layerInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the toggle_layer tool on pizza-maker with layer: <string>, action: <string>. Return the structured result and cite the source page.layer string action string Add one or more toppings to the pizza
Open the pizza-maker website and ask your browser agent to use add_toppingInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the add_topping tool on pizza-maker with topping: <string>, size: <string>, count: <integer>. Return the structured result and cite the source page.topping string size string count integer Number of toppings to addRemove a specific topping from the pizza
Open the pizza-maker website and ask your browser agent to use remove_toppingInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the remove_topping tool on pizza-maker with topping: <string>, all: <boolean>. Return the structured result and cite the source page.topping string all boolean Remove all toppings of this typeManage pizza state
Open the pizza-maker website and ask your browser agent to use manage_pizzaInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the manage_pizza tool on pizza-maker with action: <string>. Return the structured result and cite the source page.action string Get a shareable URL for the current pizza creation
Open the pizza-maker website and ask your browser agent to use share_pizzaInstall browse first, then run the command in a terminal. WebMCP tools run directly on the website and do not need a package install.
Use the share_pizza tool on pizza-maker. Return the structured result and cite the source page.