Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

culvers_flavor

Retrieve a Culver's Fresh Frozen Custard flavor's full detail, including allergens, ingredient breakdown, and category labels. Requires a flavor slug from calendar or store endpoints.

Instructions

Get one Culver's Fresh Frozen Custard flavor's detail. Returns one Fresh Frozen Custard flavor's full detail, including its declared allergens, a component-by-component ingredient breakdown, and Culver's own flavor-category labels. slug comes from GET /culvers/calendar (flavors[].slug) or GET /culvers/store (flavors_of_the_day[].slug).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesFlavor slug from /culvers/calendar or /culvers/store

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 behavioral burden. It discloses that this is a read operation returning a single flavor's full details, and it enumerates meaningful return components. It also provides the upstream endpoints for the slug, which is useful behavioral and data-provenance context beyond what the schema alone offers.

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 two sentences with no filler. The action and return highlights are front-loaded, and the parameter sourcing guidance is placed at the end where it complements, not obscures, the core purpose.

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 detail tool with no annotations and no output schema, the description is sufficient. It tells the agent what the tool returns, what data is included, and exactly where to obtain the required slug, so there is no critical missing information for correct invocation.

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% and the schema already describes the slug as coming from /culvers/calendar or /culvers/store. The description adds extra value by naming the exact field paths (flavors[].slug and flavors_of_the_day[].slug), which gives the agent precise guidance on where to extract the parameter.

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 Culver's Fresh Frozen Custard flavor's detail." It then specifies what the detail includes (allergens, ingredient breakdown, category labels), which clearly distinguishes this detail endpoint from the list-style sibling tools like culvers_calendar and culvers_store.

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 usage context by stating that the slug comes from GET /culvers/calendar or GET /culvers/store, which tells the agent how to obtain the required input. It does not explicitly state when not to use this tool or compare it to culvers_item/menu, so it stops short of a full when/when-not explanation.

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