List YNAB accounts
ynab_list_accountsRetrieve a list of all accounts in a YNAB budget, with balances in milliunits. Supports delta sync for efficient updates.
Instructions
List all accounts (checking, savings, credit card, etc.) in a budget, with balances in milliunits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| budget_id | Yes | YNAB budget id, or "last-used" for the most recently used budget | |
| last_knowledge_of_server | No | Delta sync cursor: pass the server_knowledge value from a previous call to this tool to receive only entities that changed since then, instead of the full collection. Omit for a full fetch. |