Skip to main content
Glama
markswendsen-code

@striderlabs/mcp-chickfila

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_menuA

Search Chick-fil-A menu items by name or keyword. Returns matching items with descriptions and prices.

get_nutritionB

Get detailed nutrition information for a specific Chick-fil-A menu item.

find_locationsA

Find nearby Chick-fil-A locations by ZIP code or city name.

add_to_cartA

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

place_orderA

Place a mobile order at a Chick-fil-A location. Requires authentication and items in cart.

check_order_statusB

Check the status of a Chick-fil-A mobile order. Requires authentication.

view_rewardsA

View Chick-fil-A One rewards, points balance, membership tier, and available offers. Requires authentication.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 7 tools

Disambiguation5/5

Each tool addresses a distinct function: menu search, nutrition lookup, location finder, cart management, order placement, order status, and rewards. There is no overlap or ambiguity between them.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (search_menu, get_nutrition, find_locations, add_to_cart, place_order, check_order_status, view_rewards) using lowercase with underscores, making the set predictable and easy to navigate.

Tool Count5/5

With 7 tools, the server is well-scoped for its purpose, covering the essential user flow from discovery to ordering without unnecessary bloat or minimalism. The count falls comfortably within the ideal range.

Completeness4/5

The tool set covers the core lifecycle: search, nutrition, location selection, add to cart, place order, and check status, plus rewards. Minor gaps exist such as no remove-from-cart or order history, but the main workflows are fully supported.

Maintenance

ActivityInactive
ResponsivenessNo issues