Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

raisingcanes_promotion

Retrieve official terms for a Raising Cane's promotion by its page slug, returning title and rules text as published.

Instructions

Get one Raising Cane's promotion's terms. Returns one Raising Cane's promotion's published official terms: title and official-rules text (eligibility, prize details, effective date), exactly as the promotion's own page publishes them, as separate paragraphs in publication order. Promotion paths come from GET /raisingcanes/promotions entries. A path with no promotion at it (expired, mistyped, or the empty path some index entries carry) returns a 404.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYesPromotion page slug from a /raisingcanes/promotions entry's path

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.16.2

TDQS

A4.5/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 of disclosing behavior. It states what is returned (title and official-rules text as separate paragraphs in publication order), promises fidelity to the published page, and explicitly discloses the 404 outcome for expired, mistyped, or absent paths. This is strong coverage for a simple read-only lookup.

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 four sentences with no filler. The core purpose is front-loaded, and each subsequent sentence adds needed detail: return contents, source of the path parameter, and error behavior. Every sentence earns its place.

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, no-output-schema tool, the description is complete. It explains what the tool returns, how the parameter should be obtained, and what happens on failure. An agent has everything needed to invoke it 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 coverage is 100%, so the baseline is 3. The description adds meaningful parameter context beyond the schema by specifying that paths are sourced from GET /raisingcanes/promotions entries and by warning that some index entries carry an empty path. This helps an agent select a valid path value.

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 states a specific verb and resource: 'Get one Raising Cane's promotion's terms.' It clearly distinguishes this detail-lookup tool from the sibling raisingcanes_promotions by referencing that endpoint as the source of paths and by focusing on official rules text rather than a list of promotions.

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 gives clear workflow context: promotion paths come from GET /raisingcanes/promotions entries, so an agent knows to call the list endpoint first and then this tool with a selected path. It doesn't explicitly state when not to use the tool, but the source-of-paths instruction implies the intended usage clearly.

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