WebMCP Registry

remove_topping

unverifiedv0.1

Remove a specific topping from the pizza

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

Input Schema

{
  "type": "object",
  "required": [
    "topping"
  ],
  "properties": {
    "all": {
      "type": "boolean",
      "description": "Remove all toppings of this type"
    },
    "topping": {
      "enum": [
        "๐Ÿ•",
        "๐Ÿ„",
        "๐ŸŒฟ",
        "๐Ÿ",
        "๐Ÿซ‘",
        "๐Ÿฅ“",
        "๐Ÿง…",
        "๐Ÿซ’",
        "๐ŸŒฝ",
        "๐ŸŒถ๏ธ",
        "๐Ÿ‘"
      ],
      "type": "string"
    }
  }
}

Full Contract

{
  "name": "remove_topping",
  "description": "Remove a specific topping from the pizza",
  "inputSchema": {
    "type": "object",
    "required": [
      "topping"
    ],
    "properties": {
      "all": {
        "type": "boolean",
        "description": "Remove all toppings of this type"
      },
      "topping": {
        "enum": [
          "๐Ÿ•",
          "๐Ÿ„",
          "๐ŸŒฟ",
          "๐Ÿ",
          "๐Ÿซ‘",
          "๐Ÿฅ“",
          "๐Ÿง…",
          "๐Ÿซ’",
          "๐ŸŒฝ",
          "๐ŸŒถ๏ธ",
          "๐Ÿ‘"
        ],
        "type": "string"
      }
    }
  }
}

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