Skip to main content
Glama

You Need A Budget (YNAB) MCP

by Jtewen

manage-payees

Merge and standardize multiple payee names into a single name to streamline and organize budgeting data in YNAB. Simplify payee management by consolidating duplicates or variants.

Instructions

Merge multiple payee names into a single name. Use this to clean up payee data, for example, by renaming 'STARBUCKS #123' and 'Starbucks Coffee' to just 'Starbucks'.

Input Schema

NameRequiredDescriptionDefault
actionYesThe action to perform.
budget_idNoThe ID of the budget. If not provided, the default budget will be used.
nameNoThe new name for the payees. Required for 'rename' action.
payee_idsYesThe IDs of the payees to affect.

Input Schema (JSON Schema)

{ "$defs": { "ManagePayeesAction": { "enum": [ "rename" ], "title": "ManagePayeesAction", "type": "string" } }, "properties": { "action": { "$ref": "#/$defs/ManagePayeesAction", "description": "The action to perform." }, "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" }, "name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "The new name for the payees. Required for 'rename' action.", "title": "Name" }, "payee_ids": { "description": "The IDs of the payees to affect.", "items": { "type": "string" }, "title": "Payee Ids", "type": "array" } }, "required": [ "action", "payee_ids" ], "title": "ManagePayeesInput", "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