Skip to main content
Glama

You Need A Budget (YNAB) MCP

by Jtewen
MIT License
1
  • Apple
  • Linux

assign-budget-amount

Allocate a specific amount to a budget category for a designated month. Input budget, category, and amount details to manage financial planning efficiently.

Instructions

Assign a specific amount to a category for a given month

Input Schema

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

Input Schema (JSON Schema)

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