WebMCP

DeveloperWebMCP verified

pizza-maker WebMCP tools

Chrome Labs pizza-builder demo

7 tools1 methodsspec API surface

What can an agent do with pizza-maker WebMCP tools?

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.

WebMCP tools on pizza-maker

Tool 1 of 7WebMCPAction

set_pizza_size

Set the pizza size directly or infer it based on the number of people.

How to install

Open the pizza-maker website and ask your browser agent to use set_pizza_size

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 set_pizza_size tool on pizza-maker with size: <string>, number_of_persons: <number>. Return the structured result and cite the source page.

Input contract

  • size string The specific size name.
  • number_of_persons number The number of people eating to help infer the correct size.

Open the source definition

Tool 2 of 7WebMCPAction

set_pizza_style

Set the style of the pizza (colors/theme)

How to install

Open the pizza-maker website and ask your browser agent to use set_pizza_style

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 set_pizza_style tool on pizza-maker with style: <string>. Return the structured result and cite the source page.

Input contract

  • style string

Open the source definition

Tool 3 of 7WebMCPAction

toggle_layer

Control pizza layers (sauce, cheese). Use "add", "remove", or "toggle".

How to install

Open the pizza-maker website and ask your browser agent to use toggle_layer

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 toggle_layer tool on pizza-maker with layer: <string>, action: <string>. Return the structured result and cite the source page.

Input contract

  • layer string
  • action string

Open the source definition

Tool 4 of 7WebMCPAction

add_topping

Add one or more toppings to the pizza

How to install

Open the pizza-maker website and ask your browser agent to use add_topping

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 add_topping tool on pizza-maker with topping: <string>, size: <string>, count: <integer>. Return the structured result and cite the source page.

Input contract

  • topping string
  • size string
  • count integer Number of toppings to add

Open the source definition

Tool 5 of 7WebMCPAction

remove_topping

Remove a specific topping from the pizza

How to install

Open the pizza-maker website and ask your browser agent to use remove_topping

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 remove_topping tool on pizza-maker with topping: <string>, all: <boolean>. Return the structured result and cite the source page.

Input contract

  • topping string
  • all boolean Remove all toppings of this type

Open the source definition

Tool 6 of 7WebMCPAction

manage_pizza

Manage pizza state

How to install

Open the pizza-maker website and ask your browser agent to use manage_pizza

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 manage_pizza tool on pizza-maker with action: <string>. Return the structured result and cite the source page.

Input contract

  • action string

Open the source definition

Tool 7 of 7WebMCPAction

share_pizza

Get a shareable URL for the current pizza creation

How to install

Open the pizza-maker website and ask your browser agent to use share_pizza

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 share_pizza tool on pizza-maker. Return the structured result and cite the source page.

Input contract

    Open the source definition