get_accounts
Get all bank, cash, and card accounts to discover account IDs needed for transaction queries.
Instructions
Get all financial accounts (bank accounts, cash, cards, etc.).
Use this first to discover account IDs — you'll need them for get_records().
Args: ctx: MCP context limit: Items per page (1-100, default 30) offset: Items to skip for pagination account_id: Filter by exact account ID name: Filter by account name (use prefix: eq., contains., contains-i.) account_type: Filter by type (e.g. general, loan, insurance) currency_code: Filter by ISO currency code (e.g. UAH, USD, EUR) bank_account_number: Filter by bank account number created_at: Filter by creation date (e.g. "gte.2025-01-01") updated_at: Filter by last update date (e.g. "gte.2025-01-01")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| limit | No | ||
| offset | No | ||
| account_id | No | ||
| created_at | No | ||
| updated_at | No | ||
| account_type | No | ||
| currency_code | No | ||
| bank_account_number | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |