Skip to main content
Glama

You Need A Budget (YNAB) MCP

by Jtewen

lookup-payee-locations

Retrieve geographic locations linked to a payee in your YNAB budget. Use this tool to identify payee-specific locations by budget, payee, or location ID for precise financial tracking.

Instructions

Look up geographic locations associated with a payee.

Input Schema

NameRequiredDescriptionDefault
budget_idNoThe ID of the budget. If not provided, the default budget will be used.
location_idNoThe ID of a specific payee location to retrieve.
payee_idNoThe ID of a payee to list locations for.

Input Schema (JSON Schema)

{ "properties": { "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" }, "location_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "The ID of a specific payee location to retrieve.", "title": "Location Id" }, "payee_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "The ID of a payee to list locations for.", "title": "Payee Id" } }, "title": "LookupPayeeLocationsInput", "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