Skip to main content
Glama

You Need A Budget (YNAB) MCP

by Jtewen

lookup-entity-by-id

Retrieve detailed information about an account, category, or payee in YNAB by specifying its ID. Use this tool to identify entities when only their ID is known.

Instructions

Look up the name and details of a specific account, category, or payee by its ID. A utility for when you have an ID but need the full context.

Input Schema

NameRequiredDescriptionDefault
budget_idNoThe ID of the budget. If not provided, the default budget will be used.
entity_idYesThe ID of the entity to look up.
entity_typeYesThe type of entity to look up.

Input Schema (JSON Schema)

{ "$defs": { "EntityType": { "enum": [ "account", "category", "payee" ], "title": "EntityType", "type": "string" } }, "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" }, "entity_id": { "description": "The ID of the entity to look up.", "title": "Entity Id", "type": "string" }, "entity_type": { "$ref": "#/$defs/EntityType", "description": "The type of entity to look up." } }, "required": [ "entity_type", "entity_id" ], "title": "LookupEntityByIdInput", "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