> ## 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_list_merchants

> List commerce merchants and whether the user has linked each one

Lists the merchants available for agent commerce (Rappi, Good Eggs, DoorDash) and whether this user has linked each one. Link a merchant before shopping it.

## Parameters

This tool takes no parameters.

## Returns

A line per merchant with its display name, slug, and link status, plus the merchant's money path when applicable. Structured content includes `status` (`ok`, `empty`, or `error`), a `count`, and the `merchants` array. If no merchants are configured, it says so.

## Example

```json theme={null}
{ "name": "buy_list_merchants", "arguments": {} }
```
