update_category_budget
Set the budgeted amount for a YNAB category in a given month. Adjust the dollar allocation to match your financial plan.
Instructions
Set the budgeted (assigned) amount for a category in a specific month.
Args: category_id: Category UUID. month: Month to update (YYYY-MM-DD, first of month, e.g. "2026-03-01"). amount: Dollar amount to assign (e.g. "500.00"). budget_id: Budget ID. Defaults to last-used budget. dry_run: Validate and preview without updating.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| month | Yes | ||
| amount | Yes | ||
| dry_run | No | ||
| budget_id | No | ||
| category_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |