Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

raisingcanes_menu

Get Raising Cane's full national menu with every section, item, description, and image. No parameters required—returns the complete fixed menu.

Instructions

Get Raising Cane's full published menu. Returns Raising Cane's full published menu: every section (Combos, Tailgates, Extras, Drinks) and every item, each with its name, Raising Cane's own item description (commonly ending in a calorie count or range), and image. This is a single fixed national menu page, not a per-store or per-region menu -- it takes no parameters. Raising Cane's does not publish price on this page; pricing lives behind the separate order.raisingcanes.com ordering flow, which needs a selected store and is out of scope here.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.16.2

TDQS

A4.6/5.0
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses that the tool returns a fixed national menu with no parameters, includes item descriptions and images, and explicitly excludes pricing. It also states the data source (a single published menu page). This provides clear expectations about what the tool does and doesn't return, though it doesn't mention response size or pagination (not needed for a menu).

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 thorough but not excessively verbose. It front-loads the main purpose and then adds relevant details about scope, content, and exclusions. Each sentence contributes value, though some redundancy exists ('full published menu' appears twice).

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 no-parameter, no-output-schema tool, the description covers everything an agent needs: what it returns, what it doesn't, its fixed national scope, and the absence of pricing. It is complete for making an informed call.

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 tool has zero parameters, so the schema is empty. The description explicitly states 'it takes no parameters', which is sufficient. There are no parameter semantics to elaborate on beyond this, so the baseline of 4 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?

The description explicitly states the tool fetches Raising Cane's full published menu, listing sections and item fields. It clearly distinguishes this from per-store/per-region menus and from pricing-related tools by stating it is a single fixed national page.

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 clarifies when to use this tool: for the national menu, not per-store or pricing. It mentions that pricing lives behind a separate ordering flow and is out of scope, guiding the agent away from using this tool for pricing queries. Alternatives are implied through sibling tools like raisingcanes_promotion and raisingcanes_directory.

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