Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

dominos_customization

Retrieve a Domino's store's complete build-your-own customization catalog: sizes, crusts, toppings, sides, and cooking instructions, grouped by category, using its store ID.

Instructions

Get one Domino's store's full build-your-own customization catalog. Returns one Domino's US store's full build-your-own customization catalog, grouped by product category (Domino's own internal names, e.g. "BuildYourOwnDomino" for pizza, "GSalad" for garden salads): every selectable size, crust/flavor style, topping, and side, each with its own code, name, description, dietary/placement flags (e.g. Meat, Vege, Sauce, WholeOnly), and any other attributes Domino's attaches (e.g. ExclusiveGroup for mutually-exclusive options). Also returns cooking instructions (bake level, cut style, seasoning), grouped. Reads the same structured menu response as GET /dominos/menu, so it costs no additional upstream request. Store ids come from GET /dominos/store-locator. An unknown store id returns 404.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
store_idYesDomino's store id, from /dominos/store-locator

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.16.2

TDQS

A4/5.0
Behavior5/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It thoroughly explains what is returned (grouped categories, attributes, cooking instructions) and also mentions error behavior (unknown store id returns 404) and cost characteristics (no additional upstream request). This is highly transparent and goes beyond a basic read operation.

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 long but every sentence adds value: it lists content, grouping, attributes, cooking instructions, and related endpoints. It is front-loaded with the core purpose and then details. It could be slightly more concise, but the complexity of the return data justifies the length.

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

Completeness5/5

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

Given there is no output schema, the description must explain return values, and it does so extensively: it details the types of items (sizes, crusts, toppings, sides), attributes (code, name, description, flags), cooking instructions, and grouping. It also covers error handling and where to get store ids. This is complete for an agent to understand what the tool returns and how to use it.

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?

The schema covers 100% of the parameter documentation (store_id description: 'Domino's store id, from /dominos/store-locator'). The description adds no additional semantic meaning to the parameter beyond what the schema provides, such as format or validation rules. Since schema coverage is high, the baseline is 3 and the description doesn't elevate it.

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 tool's purpose: retrieving a Domino's store's build-your-own customization catalog, with details on what is included (sizes, crusts, toppings, sides, cooking instructions). It is specific about the resource and output content. It doesn't explicitly differentiate from the sibling dominos_menu, but the focus on customization is implicit.

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

Usage Guidelines3/5

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

The description provides useful context, such as that store ids come from /dominos/store-locator and that it reads the same menu response as GET /dominos/menu (so no extra request). However, it does not explicitly state when to use this tool over alternatives like dominos_menu, nor does it give exclusion criteria. It's implied by the customization focus but not stated.

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