Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| find_locations | Find nearby Wingstop restaurant locations. Returns address, hours, phone, distance, and delivery availability. |
| get_menu | Browse the Wingstop menu. Returns items with name, description, price, calories, available flavors, and sizes. Optionally filter by category. |
| create_order | Start a new order at a selected Wingstop location. Must be called before adding items. Use find_locations to get a location ID. |
| add_item | Add a menu item to the current order. Use get_menu to find item IDs, prices, and available flavors. For wings, always specify a flavor. |
| remove_item | Remove an item from the current order by its order item ID. |
| apply_coupon | Apply a coupon or promo code to the current order for a discount. |
| checkout | Review the current order and submit it for pickup or delivery. Returns a full order summary with confirmation ID. |
| get_rewards | Check Wing Club loyalty rewards: points balance, tier status, and available offers. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |