Skip to main content
Glama

You Need A Budget (YNAB) MCP

by Jtewen

manage-budgeted-amount

Allocate funds to specific categories or transfer money between them for a designated month. Use this tool to manage budgeted amounts effectively within your YNAB budget.

Instructions

Assign a budgeted amount to a category or move money between categories for a specific month. This is the primary tool for allocating funds.

Input Schema

NameRequiredDescriptionDefault
actionYesThe action to perform.
amountYesThe amount in milliunits.
budget_idNoThe ID of the budget. If not provided, the default budget will be used.
from_category_idNoThe ID of the category to move money from. Required for 'move' action.
monthYesThe month to apply the action to (YYYY-MM-DD).
to_category_idNoThe ID of the category to move money to, or the category to assign to.

Input Schema (JSON Schema)

{ "$defs": { "ManageBudgetedAmountAction": { "enum": [ "assign", "move" ], "title": "ManageBudgetedAmountAction", "type": "string" } }, "properties": { "action": { "$ref": "#/$defs/ManageBudgetedAmountAction", "description": "The action to perform." }, "amount": { "description": "The amount in milliunits.", "title": "Amount", "type": "number" }, "budget_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "The ID of the budget. If not provided, the default budget will be used.", "title": "Budget Id" }, "from_category_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "The ID of the category to move money from. Required for 'move' action.", "title": "From Category Id" }, "month": { "description": "The month to apply the action to (YYYY-MM-DD).", "title": "Month", "type": "string" }, "to_category_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "The ID of the category to move money to, or the category to assign to.", "title": "To Category Id" } }, "required": [ "action", "amount", "month" ], "title": "ManageBudgetedAmountInput", "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/Jtewen/ynab-mcp'

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