list_merchants
List priority merchants (id and name) to choose a merchant for card locks. Use case-insensitive search to filter matches before paging.
Instructions
List priority merchants (id and name) usable for card merchant locks; not a transaction's merchant data.
Use this to pick a merchant for a card lock (the same id/name shape
appears as `merchantLock` on cards); use `list_transactions` for a
card transaction's own `merchant` field. `search` is applied by
Mercury before paging, so `limit` caps the matches.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum merchants to return. | |
| entity | Yes | Exact `entity` key from `list_entities`, not its `display_name`. Required; there is no default. | |
| search | No | Case-insensitive merchant name filter. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||