List Accounts
list_accountsRetrieve all capital accounts and their current balances. Filter by tags or include archived accounts.
Instructions
List all capital accounts with their current balances.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Convenience filter for a single tag. Use `tags` for multiple. | |
| tags | No | Filter to items carrying these tags. Combined per `tag_match` (default 'all': the item must carry every listed tag). | |
| tag_match | No | How to combine `tags`: 'all' (item has every tag, default) or 'any' (item has at least one of them). | |
| include_archived | No | Include archived accounts. Default false. |