Skip to main content
Glama

YNAB MCP Server

by dgalarza

update_category_budget

Modify the budgeted amount for a YNAB category in a specific month to adjust your financial planning and maintain accurate budget tracking.

Instructions

Update the budgeted amount for a category in a specific month.

Args: budget_id: The ID of the budget (use 'last-used' for default budget) month: Month in YYYY-MM-DD format (e.g., 2025-01-01 for January 2025) category_id: The category ID to update budgeted: The budgeted amount to set Returns: JSON string with the updated category

Input Schema

NameRequiredDescriptionDefault
budget_idYes
budgetedYes
category_idYes
monthYes

Input Schema (JSON Schema)

{ "properties": { "budget_id": { "title": "Budget Id", "type": "string" }, "budgeted": { "title": "Budgeted", "type": "number" }, "category_id": { "title": "Category Id", "type": "string" }, "month": { "title": "Month", "type": "string" } }, "required": [ "budget_id", "month", "category_id", "budgeted" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/dgalarza/ynab-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server