Skip to main content
Glama

YNAB MCP Server

by dgalarza

get_accounts

Retrieve all accounts associated with a specific YNAB budget to view account balances, types, and financial overview for budget management.

Instructions

Get all accounts for a budget.

Args: budget_id: The ID of the budget (use 'last-used' for default budget) Returns: JSON string with list of accounts

Input Schema

NameRequiredDescriptionDefault
budget_idYes

Input Schema (JSON Schema)

{ "properties": { "budget_id": { "title": "Budget Id", "type": "string" } }, "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