Connect to https://mcp.agentcard.sh/mcp with the user’s connection token (or a buy_token for org-owned accounts).
Behavior: idempotent.
Not in the default tools/list. It is still callable by exact name, and appears when the client sends the x-expert-tools: 1 header.
What it does
DoorDash only: send this order as a GIFT — marks the cart as a gift for a recipient identified by their first name + phone (DoorDash texts them). Call AFTER items are in the cart and BEFORE buy_checkout. BY DEFAULT the RECIPIENT chooses where it’s delivered: DoorDash texts them a link to enter their own address, so you do NOT set a delivery address. ONLY when the user explicitly gives a specific destination address should you set it first (buy_set_default_address) and pass recipient_schedules_address=false. Then buy_view_cart, confirm the total, and buy_checkout as usual. Confirm the recipient’s name + phone with the user before checkout.
Returns
None.
Example call