MCP YNAB Server

get_transactions

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