DoorDash
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.
Validate DoorDash credentials by listing businesses. Returns {success, message}.