Skip to main content
Glama

You Need A Budget (YNAB) MCP

by Jtewen

update-transactions

Modify YNAB transactions by updating categories, payees, memos, or statuses. Ideal for managing budget details across multiple transactions efficiently.

Instructions

Update one or more transactions with new categories, payees, memos, etc.

Input Schema

NameRequiredDescriptionDefault
budget_idNoThe ID of the budget. If not provided, the default budget will be used.
transactionsYesA list of transactions to update.

Input Schema (JSON Schema)

{ "properties": { "budget_id": { "description": "The ID of the budget. If not provided, the default budget will be used.", "type": "string" }, "transactions": { "description": "A list of transactions to update.", "items": { "properties": { "approved": { "type": "boolean" }, "category_id": { "type": "string" }, "cleared": { "enum": [ "cleared", "uncleared", "reconciled" ], "type": "string" }, "flag_color": { "enum": [ "red", "orange", "yellow", "green", "blue", "purple" ], "type": "string" }, "id": { "type": "string" }, "memo": { "type": "string" }, "payee_id": { "type": "string" } }, "required": [ "id" ], "type": "object" }, "type": "array" } }, "required": [ "transactions" ], "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