Skip to main content
Glama

add_pizza_with_toppings

Configure and add a customized pizza with selected toppings using a coupon code. Handles proper product and topping configuration for Domino's orders.

Instructions

Add a customized pizza with toppings using a coupon code. Handles proper product + topping configuration.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
coupon_codeYesCoupon code (e.g., '9204')
sizeNoPizza size code: 10, 12, 14, or 1612
crustNoCrust code: NPAN (pan), HAND (hand tossed), THIN, BROOKLYN, etc.NPAN
toppingsYesTopping codes: P (pepperoni), S (sausage), M (mushrooms), O (onions), etc.
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden. It states the tool 'Handles proper product + topping configuration', hinting at validation or processing, but lacks details on behavioral traits such as error handling, permissions needed, whether it modifies an existing order or creates a new one, or any side effects like rate limits. This is inadequate for a mutation tool with zero annotation coverage.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is brief and front-loaded, consisting of two concise sentences that directly state the tool's purpose. There's no unnecessary information, making it efficient, though it could be slightly more structured by explicitly separating purpose from context.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has no annotations, no output schema, and involves mutation (adding a pizza), the description is incomplete. It doesn't explain what the tool returns, error conditions, or how it interacts with other order-related tools. For a 4-parameter tool with complex configuration, more context is needed to guide effective use.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema fully documents all parameters (coupon_code, size, crust, toppings) with descriptions and defaults. The description adds minimal value by mentioning 'using a coupon code' and 'topping configuration', but doesn't provide additional semantics beyond what's in the schema, such as format details or usage tips.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('Add a customized pizza with toppings') and resource ('pizza'), specifying it involves product + topping configuration. However, it doesn't explicitly differentiate from sibling tools like 'add_item_to_order' or 'create_order', which might handle similar order-related functions.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description mentions using a coupon code, implying a context for discounts, but provides no guidance on when to use this tool versus alternatives like 'add_item_to_order' or 'create_order'. There's no mention of prerequisites, exclusions, or specific scenarios for tool selection.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/dshanklin-bv/mcp-pizza'

If you have feedback or need assistance with the MCP directory API, please join our Discord server