Get a YNAB budget
ynab_get_budgetRetrieve a budget overview including metadata and counts of accounts, categories, payees, and transactions. Use for summary; for detailed data, call list endpoints.
Instructions
Get an overview of one budget: metadata plus counts of accounts/categories/payees/transactions. For the actual account, category, or transaction data, use ynab_list_accounts / ynab_list_categories / ynab_list_transactions instead — this tool intentionally does not return the full embedded export (which can be very large for budgets with long history).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| budget_id | Yes | YNAB budget id, or "last-used" for the most recently used budget |