> ## Documentation Index
> Fetch the complete documentation index at: https://docs.agentcard.sh/llms.txt
> Use this file to discover all available pages before exploring further.

# buy_clear_cart

> Empty the cart at a linked merchant.

Connect to `https://mcp.agentcard.sh/mcp` with the **user's connection token** (or a `buy_token` for org-owned accounts).

**Behavior:** idempotent.

<Note>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.</Note>

## What it does

Empty the cart at a linked merchant.

## Inputs

| Field                   | Type   | Description                                        |
| ----------------------- | ------ | -------------------------------------------------- |
| `merchant` *(required)* | string | Merchant slug whose cart to empty (e.g. doordash). |

## Returns

None.

## Example call

```json theme={null}
{
  "tool": "buy_clear_cart",
  "arguments": {
    "merchant": "\u2026"
  }
}
```
