remove_topping
unverifiedv0.1Remove 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