Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DOORDASH_KEY_ID | Yes | Your DoorDash key ID | |
| DOORDASH_DEVELOPER_ID | Yes | Your DoorDash developer ID | |
| DOORDASH_SIGNING_SECRET | Yes | Your DoorDash signing secret |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_delivery_quote | Get a quote for a delivery request |
| create_delivery | Create a new delivery request |
| get_delivery | Get the status of an existing delivery |
| cancel_delivery | Cancel an existing delivery |
| accept_delivery_quote | Accept a delivery quote and optionally add a tip |
| update_delivery | Update delivery details such as addresses, times, or other parameters |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |