Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

panera_quantity_rules

Get a Panera cafe's active order-quantity limits for promotional or supply-constrained items, with item scope, day-offset windows, and max quantities. Empty list if none.

Instructions

Get one Panera Bread cafe's order-quantity limits. Returns one cafe's active order-quantity limits -- promotional or supply-constrained items Panera caps per order (for example a seasonal souffle limited to 6 within a 2-day window). Each rule has a scope (item or group), the item ids it applies to, and one or more day-offset windows each with its own max_quantity. A cafe with no active limits returns an empty rules list, not an error. Cafe ids come from GET /panera/locations.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cafe_idYesPanera cafe id, from /panera/locations

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 present, the description carries the full behavioral burden and does so thoroughly. It explains that each rule includes scope, item ids, and day-offset windows with max_quantity, and it preemptively clarifies the edge case that a cafe with no active limits returns an empty rules list rather than an error.

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?

The description is compact and front-loaded, with the purpose stated in the first sentence and supporting details following in a logical order. Every sentence adds useful information: return semantics, rule structure, edge-case behavior, and id source. There is no wasted text.

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 single-parameter tool with no output schema, the description is complete enough for correct invocation. It explains what the response contains, how the data is structured, what happens in the empty case, and where the required cafe_id comes from.

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?

The input schema already documents cafe_id with the same source note, so the parameter is well-covered. The description adds marginal value by reiterating that cafe ids come from GET /panera/locations and by framing the parameter within the per-cafe limits context.

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: 'Get one Panera Bread cafe's order-quantity limits.' It clearly distinguishes this tool from nearby siblings like panera_locations, panera_cafe, and panera_menu by naming the exact domain concept (order-quantity limits) and the per-cafe scope.

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 makes the intended use case clear by defining what the tool returns and explicitly stating that cafe ids come from GET /panera/locations, which is a useful prerequisite. It does not explicitly name alternatives or state when not to use the tool, but the resource distinction is strong enough that an agent can route correctly.

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