Skip to main content
Glama

Ledger CLI MCP Server

by minhyeoky

ledger_budget

Generate and analyze budget reports using Ledger CLI by filtering accounts, setting date ranges, and grouping transactions by day, week, month, or year.

Instructions

Show budget report

Input Schema

NameRequiredDescriptionDefault
paramsYes

Input Schema (JSON Schema)

{ "$defs": { "LedgerBudget": { "properties": { "begin_date": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Start date for transactions (YYYY/MM/DD)", "title": "Begin Date" }, "daily": { "default": false, "description": "Group by day", "title": "Daily", "type": "boolean" }, "end_date": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "End date for transactions (YYYY/MM/DD)", "title": "End Date" }, "monthly": { "default": false, "description": "Group by month", "title": "Monthly", "type": "boolean" }, "query": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Filter accounts by regex pattern", "title": "Query" }, "weekly": { "default": false, "description": "Group by week", "title": "Weekly", "type": "boolean" }, "yearly": { "default": false, "description": "Group by year", "title": "Yearly", "type": "boolean" } }, "title": "LedgerBudget", "type": "object" } }, "properties": { "params": { "$ref": "#/$defs/LedgerBudget" } }, "required": [ "params" ], "title": "ledger_budgetArguments", "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/minhyeoky/mcp-server-ledger'

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