MCP YNAB Server

cache_categories

Cache all categories for a given YNAB budget ID.

Input Schema

NameRequiredDescriptionDefault
budget_idYes

Input Schema (JSON Schema)

{ "properties": { "budget_id": { "title": "Budget Id", "type": "string" } }, "required": [ "budget_id" ], "title": "cache_categoriesArguments", "type": "object" }