WebMCP Registry

manage_pizza

unverifiedv0.1

Manage pizza state

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

Input Schema

{
  "type": "object",
  "required": [
    "action"
  ],
  "properties": {
    "action": {
      "enum": [
        "remove_last",
        "reset"
      ],
      "type": "string"
    }
  }
}

Full Contract

{
  "name": "manage_pizza",
  "description": "Manage pizza state",
  "inputSchema": {
    "type": "object",
    "required": [
      "action"
    ],
    "properties": {
      "action": {
        "enum": [
          "remove_last",
          "reset"
        ],
        "type": "string"
      }
    }
  }
}

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