Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DOORDASH_EMAIL | Yes | Your DoorDash account email address |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| login_check | Check if the DoorDash session is active |
| search_restaurants | Search for restaurants and food on DoorDash |
| get_store_menu | Get a store's full menu with items and prices |
| add_to_cart | Add an item to your DoorDash cart |
| remove_from_cart | Remove an item from your DoorDash cart |
| list_carts | List all active DoorDash carts |
| order_history | Get recent DoorDash order history |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |