Skip to main content
Glama

You Need A Budget (YNAB) MCP

by Jtewen
MIT License
1
  • Apple
  • Linux

list-transactions

Retrieve and manage transactions for a specific account in YNAB by specifying budget ID, account ID, date range, and limit for precise financial tracking.

Instructions

List transactions for a given account

Input Schema

NameRequiredDescriptionDefault
account_idYesThe ID of the account
budget_idNoThe ID of the budget. If not provided, the default budget will be used.
limitNoThe maximum number of transactions to return
since_dateNoThe starting date for transactions (YYYY-MM-DD)

Input Schema (JSON Schema)

{ "properties": { "account_id": { "description": "The ID of the account", "type": "string" }, "budget_id": { "description": "The ID of the budget. If not provided, the default budget will be used.", "type": "string" }, "limit": { "description": "The maximum number of transactions to return", "type": "integer" }, "since_date": { "description": "The starting date for transactions (YYYY-MM-DD)", "type": "string" } }, "required": [ "account_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/Jtewen/ynab-mcp'

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