Skip to main content
Glama

YNAB MCP Server

by dgalarza

get_categories

Retrieve all budget categories and groups from your YNAB budget to manage spending targets and track financial allocations.

Instructions

Get all categories for a budget.

Args: budget_id: The ID of the budget (use 'last-used' for default budget) include_hidden: Include hidden categories and groups (default: False) Returns: JSON string with category groups and categories

Input Schema

NameRequiredDescriptionDefault
budget_idYes
include_hiddenNo

Input Schema (JSON Schema)

{ "properties": { "budget_id": { "title": "Budget Id", "type": "string" }, "include_hidden": { "default": false, "title": "Include Hidden", "type": "boolean" } }, "required": [ "budget_id" ], "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/dgalarza/ynab-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server