get_category
Read-onlyIdempotent
Retrieve detailed information about a specific YNAB budget category, including its current balance, activity, and goals, by providing the budget and category IDs.
Instructions
Get detailed information for a specific category
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| budget_id | Yes | ||
| category_id | Yes |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cached | No | Indicates if data was served from cache | |
| category | Yes | Category details | |
| usedDelta | No | Indicates if delta merge optimization was applied for budgets | |
| cache_info | No | Human-readable cache status message (e.g., "Cache hit", "Cache miss") |