Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

pizzahut_stores

Find Pizza Hut locations by city, state, postal code, name, franchise code, or store number, with address, phone, online ordering status, and timezone.

Instructions

Search Pizza Hut restaurants by city, state, postal code, name, franchise code, or store number. Returns Pizza Hut restaurants matching a city/state/postal code/name/franchise code/store number filter. At least one filter is required -- an unfiltered call would enumerate every US restaurant in one response, which this endpoint intentionally does not expose. Each restaurant carries its store number (the value /pizzahut/menu and /pizzahut/store take), full address with coordinates, phone, whether it currently accepts online orders, and its timezone.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cityNoRestaurant city
nameNoRestaurant name, partial match
sortNoSort order
stateNoRestaurant state, two-letter code
is_archivedNoSet true to include archived/closed restaurant records, which the upstream default (unset) already excludes. Set false to make that exclusion explicit
max_resultsNoMaximum restaurants to return, 1-50 (default 20)
postal_codeNoRestaurant postal code
store_numberNoExact store number
franchise_codeNoExact franchise/operator code
accepting_online_ordersNoRestrict to restaurants currently accepting (true) or not accepting (false) online orders. Unfiltered (upstream default) unless set
appear_in_store_resultsNoRestrict to restaurants Pizza Hut's own storefront marks customer-facing. Unfiltered (upstream default) unless set -- passing true returns zero results for every region tested during research, so it is not defaulted on

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.16.2

TDQS

A4.7/5.0
Behavior5/5

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

With no annotations and no output schema, the description carries the full burden of behavioral disclosure, and it delivers. It reveals the unfiltered-call prohibition, the exact fields returned per restaurant (store number, full address with coordinates, phone, online-order acceptance, timezone), and the relationship to downstream endpoints. This exceeds what an agent could infer from the schema alone.

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

Conciseness5/5

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

Three sentences, no wasted words, and the essential information is front-loaded: what it searches, the required-filter constraint, and what results contain. Every sentence earns its place, and length is appropriate for an 11-parameter tool.

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?

For a tool with 11 parameters, no output schema, and no annotations, the description is unusually complete. It covers purpose, mandatory usage constraints, returned data fields, and downstream integration. The only minor omissions are pagination/sorting behavior, but max_results is already documented in the schema, leaving no critical gap for an agent to call this correctly.

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

Parameters4/5

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

Schema description coverage is 100%, so the baseline is 3. The description adds semantic value by enumerating which parameters act as filters and by warning that at least one is required. It also clarifies the store_number parameter's role as a bridge to other tools, which is not evident from the schema alone.

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 opens with a specific verb and resource: 'Search Pizza Hut restaurants by city, state, postal code, name, franchise code, or store number.' It clearly identifies the tool as a plural store-search endpoint, distinct from the singular pizzahut_store and related menu/delivery tools. The redundant second sentence reinforces the filter scope without ambiguity.

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

Usage Guidelines4/5

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

The description explicitly states the mandatory condition 'At least one filter is required' and explains why unfiltered enumeration is intentionally disallowed. It also tells the agent that each returned store number is the value that /pizzahut/menu and /pizzahut/store consume, effectively routing the agent to downstream detail tools. However, it does not explicitly name an alternative tool to use instead, such as pizzahut_store for a single store's details.

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