MCP YNAB Server

get_account_balance

Get the current balance of a YNAB account (in dollars).

Input Schema

NameRequiredDescriptionDefault
account_idYes

Input Schema (JSON Schema)

{ "properties": { "account_id": { "title": "Account Id", "type": "string" } }, "required": [ "account_id" ], "title": "get_account_balanceArguments", "type": "object" }