List accounts
ynab_list_accountsList a budget's accounts with balances in currency units, including type and closed status, with an option to include closed accounts.
Instructions
List a budget's accounts with their balance (converted to currency units).
Returns: id, name, type, on_budget (bool), current balance, closed flag.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| budget_id | No | Budget id, or 'last-used' | last-used |
| include_closed | No | Include closed accounts | |
| response_format | No | How a tool should render its result. | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |