WebMCP Registry

add_topping

unverifiedv0.1

Add one or more toppings to the pizza

Updated 6/6/2026 ยท Created 6/6/2026

Input Schema

{
  "type": "object",
  "required": [
    "topping"
  ],
  "properties": {
    "count": {
      "type": "integer",
      "minimum": 1,
      "description": "Number of toppings to add"
    },
    "topping": {
      "enum": [
        "๐Ÿ•",
        "๐Ÿ„",
        "๐ŸŒฟ",
        "๐Ÿ",
        "๐Ÿซ‘",
        "๐Ÿฅ“",
        "๐Ÿง…",
        "๐Ÿซ’",
        "๐ŸŒฝ",
        "๐ŸŒถ๏ธ",
        "๐Ÿ‘"
      ],
      "type": "string"
    }
  }
}

Full Contract

{
  "name": "add_topping",
  "description": "Add one or more toppings to the pizza",
  "inputSchema": {
    "type": "object",
    "required": [
      "topping"
    ],
    "properties": {
      "count": {
        "type": "integer",
        "minimum": 1,
        "description": "Number of toppings to add"
      },
      "topping": {
        "enum": [
          "๐Ÿ•",
          "๐Ÿ„",
          "๐ŸŒฟ",
          "๐Ÿ",
          "๐Ÿซ‘",
          "๐Ÿฅ“",
          "๐Ÿง…",
          "๐Ÿซ’",
          "๐ŸŒฝ",
          "๐ŸŒถ๏ธ",
          "๐Ÿ‘"
        ],
        "type": "string"
      }
    }
  }
}

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