ynab_list_budgets
List all YNAB budgets for the authenticated user. Output can be JSON or Markdown.
Instructions
List all YNAB budgets for the authenticated user.
Args:
response_format (string, optional): "json" or "markdown" (default: "markdown").
Returns: budgets[], cached, cache_info
Examples:
List all budgets: call with no args
Errors:
"UNAUTHORIZED" → YNAB token expired or invalid
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response_format | No | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cached | No | Indicates if data was served from cache | |
| cache_info | No | Human-readable cache status message (e.g., "Cache hit", "Cache miss") | |
| usedDelta | No | Indicates if delta merge optimization was applied for budgets | |
| budgets | Yes | List of budgets |