get_accounts
Fetch all financial accounts with current balances, obtaining the account IDs needed to run other financial operations.
Instructions
Get all financial accounts with balances. Use this first to get accountId for other tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| currency | No | Filter by currency code (e.g. UAH, USD, EUR) | |
| accountType | No | Filter by account type (e.g. General, CreditCard, CurrentAccount) | |
| includeArchived | No | Include archived accounts (default: false) |