Skip to main content
Glama

YNAB MCP Server

by dgalarza

get_transaction

Retrieve detailed information for a specific YNAB transaction, including subtransactions for split transactions, using budget and transaction IDs.

Instructions

Get a single transaction with all details including subtransactions.

Args: budget_id: The ID of the budget (use 'last-used' for default budget) transaction_id: The ID of the transaction to retrieve Returns: JSON string with the transaction details including subtransactions if it's a split transaction

Input Schema

NameRequiredDescriptionDefault
budget_idYes
transaction_idYes

Input Schema (JSON Schema)

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