list_cards
Retrieve card details including status, limits, budgets, and locks. Filter by account or status to find card IDs for further operations.
Instructions
List cards: last four, name on card, nickname, kind, type, status, limits, budgets, locks.
Use this to find card ids or filter cards by account or status; use
`get_card` when you already have a card id and `list_merchants` for
the merchants a lock can name. `account_id` takes one id although
Mercury's filter accepts several; an unknown `status` is passed
through and rejected by Mercury with a 400; `limit` counts cards after
both filters. The API never returns PAN or CVC here; expiry is dropped
too. Card holder identity is the name on the card and the user id
only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum cards to return. | |
| entity | Yes | Exact `entity` key from `list_entities`, not its `display_name`. Required; there is no default. | |
| status | No | Restrict to one status. | |
| account_id | No | Restrict to one account id (from `list_accounts`). Omit for all. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||