Skip to main content
Glama

MCP YNAB Server

by klauern

get_transactions

Retrieve recent transactions for a specified account within a designated budget using the MCP YNAB Server.

Instructions

Get recent transactions for a specific account in a specific budget.

Input Schema

NameRequiredDescriptionDefault
account_idYes
budget_idYes

Input Schema (JSON Schema)

{ "properties": { "account_id": { "title": "Account Id", "type": "string" }, "budget_id": { "title": "Budget Id", "type": "string" } }, "required": [ "budget_id", "account_id" ], "title": "get_transactionsArguments", "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