Skip to main content
Glama

You Need A Budget (YNAB) MCP

by Jtewen
MIT License
1
  • Apple
  • Linux

move-budget-amount

Transfer a specific amount between budget categories in a given month to adjust spending plans effectively. Supports precise financial management by allowing reallocation of funds.

Instructions

Move a specific amount from one category to another in a given month.

Input Schema

NameRequiredDescriptionDefault
amountYesThe amount to move in milliunits
budget_idNoThe ID of the budget. If not provided, the default budget will be used.
from_category_idYesThe ID of the category to move money from
monthYesThe month in YYYY-MM-DD format
to_category_idYesThe ID of the category to move money to

Input Schema (JSON Schema)

{ "properties": { "amount": { "description": "The amount to move in milliunits", "type": "integer" }, "budget_id": { "description": "The ID of the budget. If not provided, the default budget will be used.", "type": "string" }, "from_category_id": { "description": "The ID of the category to move money from", "type": "string" }, "month": { "description": "The month in YYYY-MM-DD format", "type": "string" }, "to_category_id": { "description": "The ID of the category to move money to", "type": "string" } }, "required": [ "month", "from_category_id", "to_category_id", "amount" ], "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