{"ok":true,"site":{"host":"pizza-maker","url":"https://googlechromelabs.github.io/webmcp-tools/demos/pizza-maker/","desc":"Chrome Labs pizza-builder demo","type":"demo","category":"Playgrounds & Games","tools":[{"name":"set_pizza_size","kind":"act","impl":"imperative","description":"Set the pizza size directly or infer it based on the number of people.","inputSchema":{"type":"object","properties":{"size":{"type":"string","enum":["Small","Medium","Large","Extra Large"],"description":"The specific size name."},"number_of_persons":{"type":"number","description":"The number of people eating to help infer the correct size."}}},"executable":true,"handlerField":"execute"},{"name":"set_pizza_style","kind":"act","impl":"imperative","description":"Set the style of the pizza (colors/theme)","inputSchema":{"type":"object","properties":{"style":{"type":"string","enum":["Classic","Bianca","BBQ","Pesto","Wales"]}},"required":["style"]},"executable":true,"handlerField":"execute"},{"name":"toggle_layer","kind":"act","impl":"imperative","description":"Control pizza layers (sauce, cheese). Use \"add\", \"remove\", or \"toggle\".","inputSchema":{"type":"object","properties":{"layer":{"type":"string","enum":["sauce-layer","cheese-layer"]},"action":{"type":"string","enum":["add","remove","toggle"]}},"required":["layer"]},"executable":true,"handlerField":"execute"},{"name":"add_topping","kind":"act","impl":"imperative","description":"Add one or more toppings to the pizza","inputSchema":{"type":"object","properties":{"topping":{"type":"string","enum":["🍕","🍄","🌿","🍍","🫑","🥓","🧅","🫒","🌽","🌶️","🐑"]},"size":{"type":"string","enum":["Small","Medium","Large","Extra Large"]},"count":{"type":"integer","minimum":1,"description":"Number of toppings to add"}},"required":["topping"]},"executable":true,"handlerField":"execute"},{"name":"remove_topping","kind":"act","impl":"imperative","description":"Remove a specific topping from the pizza","inputSchema":{"type":"object","properties":{"topping":{"type":"string","enum":["🍕","🍄","🌿","🍍","🫑","🥓","🧅","🫒","🌽","🌶️","🐑"]},"all":{"type":"boolean","description":"Remove all toppings of this type"}},"required":["topping"]},"executable":true,"handlerField":"execute"},{"name":"manage_pizza","kind":"act","impl":"imperative","description":"Manage pizza state","inputSchema":{"type":"object","properties":{"action":{"type":"string","enum":["remove_last","reset"]}},"required":["action"]},"executable":true,"handlerField":"execute"},{"name":"share_pizza","kind":"act","impl":"imperative","description":"Get a shareable URL for the current pizza creation","inputSchema":{"type":"object","properties":{}},"executable":true,"handlerField":"execute"}],"_scrape":{"etag":"\"6a6d0033-f49\"","lastModified":"Fri, 31 Jul 2026 20:06:11 GMT","scrapedAt":"2026-08-01T17:52:05.425Z"},"apiSurface":"spec","prominence":3,"favicon":"/favicons/pizza-maker.svg","toolCount":7}}