Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

popeyes_menu

Retrieve a specific Popeyes restaurant's menu with real per-store pricing and nutrition/allergen data. Returns category-grouped items, combos, and bundles for the given store ID.

Instructions

Get one Popeyes restaurant's menu with real per-store pricing. Returns one restaurant's menu grouped into categories (e.g. "Big Box", "Chicken Wraps"). Every entry is an item, a combo, a picker (a variant-choice product such as "choose your side") or a bundle, and carries a price reflecting this specific restaurant when Popeyes reports one for that exact entry -- a missing price does not mean the item is free, it means this restaurant's pricing call did not cover that entry. Some menu entries are published directly at the top level outside any named section; these are grouped into a synthetic "Featured" category (featured true). Entries of type ITEM also carry published nutrition facts and allergen data when Popeyes reports them for that item; COMBO/PICKER/BUNDLE entries do not carry their own nutrition/allergen data.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
marketNoRestaurant market: `US` (default) or `CA`
store_idYesPopeyes' numeric store id, from /popeyes/locations

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.16.2

TDQS

A3.8/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 full burden. It explains that missing prices do not mean the item is free, that top-level entries are grouped into a 'Featured' category, and that nutrition/allergen data only appears on ITEM entries. This is transparent about data gaps and structure.

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

Conciseness3/5

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

The description is informative but lengthy, covering many details in a single block. It is not front-loaded with the most critical information; the key purpose is at the start, but the detailed enumeration of entry types and caveats may be over-explained for a concise definition.

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

Completeness4/5

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

Given no output schema and no annotations, the description provides extensive context about the return structure (categories, entry types, price behavior, nutrition data). It covers the main complexities an agent needs, though it does not mention pagination or quantity limits.

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 coverage is 100%, so the schema already documents store_id and market. The description adds context about per-store pricing but does not elaborate on the parameters beyond what the schema provides. Baseline 3 is appropriate.

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 it retrieves one restaurant's menu with real per-store pricing, grouped into categories, and lists the types of entries. It distinguishes itself from sibling tools like popeyes_location and popeyes_locations by focusing on menu data, not location info.

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 does not explicitly state when to use this tool versus alternatives like popeyes_offers or popeyes_promotions. It implies usage for menu retrieval but lacks guidance on when not to use it or which sibling is more appropriate for promotions.

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