Skip to main content
Glama

You Need A Budget (YNAB) MCP

by Jtewen

get-month-info

Retrieve detailed budget data for a specific month, including age of money, total amounts budgeted, spent, and available. Use this to assess your financial status before making budget adjustments.

Instructions

Get detailed budget information for a single month, including age of money and total amounts budgeted, spent, and available. Call this to check the monthly budget's status before making changes.

Input Schema

NameRequiredDescriptionDefault
budget_idNoThe ID of the budget. If not provided, the default budget will be used.
monthNoThe month to retrieve in YYYY-MM-DD format. If not provided, all months will be listed.

Input Schema (JSON Schema)

{ "properties": { "budget_id": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "The ID of the budget. If not provided, the default budget will be used.", "title": "Budget Id" }, "month": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "The month to retrieve in YYYY-MM-DD format. If not provided, all months will be listed.", "title": "Month" } }, "title": "GetMonthInfoInput", "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