Skip to main content
Glama
markswendsen-code

@striderlabs/mcp-chickfila

add_to_cart

Add a menu item to a Chick-fil-A mobile order cart, with optional quantity and customizations. Requires Chick-fil-A One login.

Instructions

Add a menu item to the Chick-fil-A mobile order cart. Requires being logged in to Chick-fil-A One.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
quantityNoNumber of items to add (default: 1)
item_nameYesName of the menu item to add
customizationsNoOptional customizations, e.g. "no pickles, extra sauce"
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It discloses the login requirement, but omits side effects on the cart, error behavior, or any success/failure response. This is minimal behavioral disclosure for a mutation tool.

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?

Two sentences, front-loaded with the action and followed by the key requirement. Every sentence earns its place with no unnecessary words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The schema fully documents parameters, but the description lacks workflow context such as how to obtain valid item names (e.g., via search_menu) or what happens after adding to the cart. It is adequate for a simple action but leaves clear gaps.

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?

All three parameters (item_name, quantity, customizations) have descriptions in the schema (100% coverage), so the description does not need to add parameter detail. It does not add any extra semantics beyond the schema.

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 action 'Add a menu item to the Chick-fil-A mobile order cart' with a clear resource (menu item) and destination (cart). This distinguishes it from siblings like search_menu, place_order, and find_locations.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides a prerequisite ('Requires being logged in') but does not explicitly say when to use this vs alternatives such as search_menu or place_order. Usage context is implied rather than stated.

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

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/markswendsen-code/mcp-chickfila'

If you have feedback or need assistance with the MCP directory API, please join our Discord server