get_topping_by_id
Get specific topping details
How to use it
get_topping_by_id is exposed by the Pizza MCP Agents MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the get_topping_by_id tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.
Install Pizza MCP Agents
$
npx -y @modelcontextprotocol/inspectorOther tools in Pizza MCP Agents (8)
delete_order_by_id
Cancel pending orders (needs userId)
get_order_by_id
Get specific order details
get_orders
Retrieve orders (filterable by user, status, time)
get_pizza_by_id
Get specific pizza details by ID
get_pizzas
Retrieve all pizzas from the menu
get_topping_categories
List all topping categories
get_toppings
List available toppings (filterable by category)
place_order
Create a new pizza order (needs userId, optional nickname)