Skip to main content
Glama

lunchmoney-mcp

get-budget-summary

Retrieve a budget summary for a specified time period using start and end dates. Integrates with Lunchmoney to provide insights into spending patterns and financial planning.

Instructions

Get budget summary for a specific time period

Input Schema

NameRequiredDescriptionDefault
end_dateYesEnd date (YYYY-MM-DD, should be end of month)
start_dateYesStart date (YYYY-MM-DD, should be start of month)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "end_date": { "description": "End date (YYYY-MM-DD, should be end of month)", "type": "string" }, "start_date": { "description": "Start date (YYYY-MM-DD, should be start of month)", "type": "string" } }, "required": [ "start_date", "end_date" ], "type": "object" }

You must be authenticated.

Other Tools from lunchmoney-mcp

Related Tools

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/leafeye/lunchmoney-mcp-server'

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