Skip to main content
Glama

Ledger CLI MCP Server

by minhyeoky

ledger_stats

Analyze and display financial statistics from ledger files using custom queries to filter and extract needed insights for reporting or budgeting.

Instructions

Show statistics about the ledger file

Input Schema

NameRequiredDescriptionDefault
paramsYes

Input Schema (JSON Schema)

{ "$defs": { "LedgerStats": { "properties": { "query": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Filter for statistics", "title": "Query" } }, "title": "LedgerStats", "type": "object" } }, "properties": { "params": { "$ref": "#/$defs/LedgerStats" } }, "required": [ "params" ], "title": "ledger_statsArguments", "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