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

# list_cards

> List all your virtual cards with balances and status

Lists every virtual card with its ID, last four digits, expiry, balance, and status. Start here to find available cards; if nothing comes back, call `create_card` to issue one.

## Parameters

This tool takes no parameters.

## Returns

Returns your own cards plus a total `count`, or a "No cards found." message when the account is empty. Cards under connected accounts (issued and managed by an organization you are linked to) are listed too, grouped by organization, but they are read-only here: `get_card_details` and `close_card` will not work on them. Test cards are tagged so you can tell them apart from live ones.

## Example

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