Skip to main content
Glama

You Need A Budget (YNAB) MCP

by Jtewen
MIT License
1
  • Apple
  • Linux

list-monthly-transactions

Retrieve all transactions for a specific month across all accounts in YNAB. Input the month (YYYY-MM-DD), optional limit, and budget ID to manage and analyze your financial data efficiently.

Instructions

List all transactions for a given month, across all accounts.

Input Schema

NameRequiredDescriptionDefault
budget_idNoThe ID of the budget. If not provided, the default budget will be used.
limitNoThe maximum number of transactions to return
monthYesThe month to get transactions for (YYYY-MM-DD)

Input Schema (JSON Schema)

{ "properties": { "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" }, "month": { "description": "The month to get transactions for (YYYY-MM-DD)", "type": "string" } }, "required": [ "month" ], "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