Skip to main content
Glama

You Need A Budget (YNAB) MCP

by Jtewen
MIT License
1
  • Apple
  • Linux

rename-payees

Update and merge multiple payees with a single name in your YNAB budget for consistent and organized financial tracking.

Instructions

Update multiple payees to a single new name. This is useful for cleaning up and merging similar payees.

Input Schema

NameRequiredDescriptionDefault
budget_idNoThe ID of the budget. If not provided, the default budget will be used.
nameYesThe new name for the payees.
payee_idsYesThe IDs of the payees 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" }, "name": { "description": "The new name for the payees.", "type": "string" }, "payee_ids": { "description": "The IDs of the payees to update.", "items": { "type": "string" }, "type": "array" } }, "required": [ "payee_ids", "name" ], "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