DoorDash
Authentication: API credentials. See Magic Link for the runtime auth flow.
Sample use cases
- Place an order for the team lunch from the closest poke spot to the SF office, delivered at 12:30.
- Track delivery status for the order placed at 11:45 and notify when it’s en route.
- List restaurants near the office open right now that deliver in under 30 minutes.
Available Tools
Create a DoorDash Drive business with an external ID, name, and optional description. Use list_businesses to verify creation.
List DoorDash Drive businesses with pagination. Use cursor from page_info for next page.
Get a DoorDash Drive business by its external business ID. Use list_businesses to find valid IDs.
Update a DoorDash Drive business name, description, or activation status. Use get_business to verify changes.
Create a DoorDash Drive delivery with pickup/dropoff details, phone numbers, and order info. Returns delivery with tracking URL.
Get a DoorDash Drive delivery by external delivery ID. Returns status, tracking URL, dasher info, and timestamps.
Update a delivery’s instructions, dropoff phone, or tip. Use get_delivery to verify changes.
Cancel a DoorDash Drive delivery by external delivery ID. Cannot cancel delivered orders.
Get a delivery quote with pickup/dropoff addresses, phone numbers, and order details. Returns estimated fee and times.
Accept a delivery quote by external delivery ID. Optionally update tip or dropoff phone. Creates the delivery.
Create a store under a DoorDash Drive business with name, phone, and address. Use list_stores to verify.
List stores under a DoorDash Drive business with pagination. Use cursor from page_info for next page.
Get a store by business and store ID. Use list_stores to find valid store IDs.
Update a DoorDash Drive store name, phone number, or address. Use get_store to verify changes.