Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

popeyes_faq

Retrieve Popeyes published customer-support FAQ questions and answers. Use limit and offset to page through help-center entries.

Instructions

List Popeyes' published customer-support FAQ. Returns a page of Popeyes' published customer-support FAQ -- questions and answers such as "How do I remove items from my cart?". This is public help-center content, not account/order-specific support state, and does not require an order id or any customer identifier.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum FAQ entries to return, 1-100 (default 20)
offsetNoNumber of FAQ entries to skip, for paging (default 0)

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.16.2

TDQS

A4.1/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 and handles it well: it states the data is public, non-personalized, and identifier-free. 'Returns a page' also signals pagination behavior. Minor gaps like rate limits or caching exist, but they are low-relevance for a public read-only FAQ endpoint.

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?

Front-loaded with the core purpose, and the final sentence adds useful scoping exclusions. There is slight redundancy between 'List Popeyes' published customer-support FAQ' and 'Returns a page of Popeyes' published customer-support FAQ', which keeps it from being a perfect 5.

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?

For a simple two-parameter, parameterless-required tool with no output schema, this is largely complete: the agent learns what the resource is, what kind of content it contains, that it is public, and that pagination is available. The output item shape is not described, but for FAQ entries it is reasonably self-evident.

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 input schema already provides 100% description coverage for both parameters (limit and offset), including defaults and ranges. The description confirms pagination at a high level but adds no substantive parameter-level meaning beyond the schema, so the baseline score of 3 applies.

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?

States a specific verb ('List') and resource ('Popeyes' published customer-support FAQ'), and even includes an example question to make the content category unmistakable. It is clearly differentiated from sibling tools like popeyes_menu, popeyes_offers, and popeyes_rewards.

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 says this is public help-center content, not account/order-specific support state, and that no order ID or customer identifier is required. It does not name sibling alternatives explicitly, but the exclusions are strong enough to guide correct tool choice.

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