Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
PORT | No | Port for the HTTP API server | 3000 |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
get_full_menu | Fetch the complete menu from For Five Coffee including all categories and items |
search_menu_items | Search for specific menu items by name or category |
get_menu_categories | Get all available menu categories |
get_items_by_category | Get all menu items from a specific category |