get_account
Fetch full details for a single YNAB account, including balance, type, and on-budget status, using account ID and optional budget ID.
Instructions
Get a single YNAB account with full details.
Returns balance, type, on-budget status, note, and more.
Args: account_id: Account UUID. budget_id: Budget ID. Defaults to last-used budget.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| budget_id | No | ||
| account_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |