Skip to main content
Glama

MCP YNAB Server

by klauern

get_account_balance

Retrieve the current balance of a YNAB account in dollars by specifying the account ID using the MCP YNAB Server's Model Context Protocol.

Instructions

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" }

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/klauern/mcp-ynab'

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