Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

dominos_store

Fetch a Domino's store's full profile by ID: weekly hours, wait estimates, order availability, contactless options, and minimums. Richer than store-locator summary; unknown IDs return 404.

Instructions

Get one Domino's store's full profile record. Returns one Domino's US store's full profile -- richer than /dominos/store-locator's per-store summary. Includes the store's complete weekly hours (general hours and each service method's own hours, Monday-first, with every open/close window per day), Domino's own free-text hours summary per service method, per-service-method estimated wait windows, open/online status, per-service-method order availability (delivery, carryout, drive-up carryout, dine-in), contactless option status, and delivery/carryout order minimums. 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.7/5.0
Behavior4/5

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

With no annotations provided, the description carries the burden of transparency. It thoroughly discloses what the response contains (hours, wait times, availability, minimums) and notes error behavior ('An unknown store id returns 404'). It does not explicitly state read-only semantics, but the verb 'Get' implies non-mutating behavior. Slight gap is the absence of mention of any authentication or rate-limit constraints, which are not assumed from the context.

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 lengthy but every sentence serves a purpose—the first sentence states the core function and distinction, the middle enumerates specific data fields returned, and the final sentences address id sourcing and error handling. It is structured logically with key information front-loaded, though it could be condensed slightly without losing value.

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 compensates by enumerating the returned fields in detail (weekly hours, per-service hours, wait windows, status, availability, minimums). It also explains how to obtain the required parameter and the error case. For a single-parameter, read-only endpoint, this provides complete operational context for an agent to call it correctly and interpret the result.

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

Parameters5/5

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

The schema provides a 100% description for store_id, and the description adds crucial context by specifying the source of valid ids (GET /dominos/store-locator) and the consequence of an invalid id (404). This goes beyond the schema's basic type definition, giving the agent actionable guidance for obtaining and using the parameter.

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

Purpose5/5

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

The description clearly states the action ('Get one Domino's store's full profile record') and specifies the resource (a single store's complete profile). It also distinguishes itself from the sibling tool /dominos/store-locator by noting it returns a richer record than the per-store summary, making its purpose unambiguous.

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

Usage Guidelines5/5

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

The description explicitly instructs that store ids come from GET /dominos/store-locator, establishing a clear workflow: first locate stores, then fetch details with this tool. It also contrasts with the store-locator's summary, indicating when to prefer this detailed endpoint over the summary version. No ambiguity remains about when to use it.

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