Skip to main content
Glama

Ledger CLI MCP Server

by minhyeoky

ledger_stats

Generate and display detailed statistics from a ledger file, enabling financial analysis through customizable query filters with the Ledger CLI MCP Server.

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" }

Other Tools from Ledger CLI MCP Server

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/minhyeoky/mcp-server-ledger'

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