WebMCP Registry

set_pizza_style

unverifiedv0.1

Set the style of the pizza (colors/theme)

Updated 6/6/2026 · Created 6/6/2026

Input Schema

{
  "type": "object",
  "required": [
    "style"
  ],
  "properties": {
    "style": {
      "enum": [
        "Classic",
        "Bianca",
        "BBQ",
        "Pesto",
        "Wales"
      ],
      "type": "string"
    }
  }
}

Full Contract

{
  "name": "set_pizza_style",
  "description": "Set the style of the pizza (colors/theme)",
  "inputSchema": {
    "type": "object",
    "required": [
      "style"
    ],
    "properties": {
      "style": {
        "enum": [
          "Classic",
          "Bianca",
          "BBQ",
          "Pesto",
          "Wales"
        ],
        "type": "string"
      }
    }
  }
}

GET /api/tool/googlechromelabs.github.io/webmcp-tools/demos/pizza-maker/set_pizza_style