Skip to main content
Glama

Ledger CLI MCP Server

by minhyeoky

ledger_print

Filter and print financial transactions in Ledger CLI format using date ranges or regex patterns, facilitating analysis and reporting.

Instructions

Print transactions in ledger format

Input Schema

NameRequiredDescriptionDefault
paramsYes

Input Schema (JSON Schema)

{ "$defs": { "LedgerPrint": { "properties": { "begin_date": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Start date for transactions (YYYY/MM/DD)", "title": "Begin Date" }, "end_date": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "End date for transactions (YYYY/MM/DD)", "title": "End Date" }, "query": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Filter transactions by regex pattern", "title": "Query" } }, "title": "LedgerPrint", "type": "object" } }, "properties": { "params": { "$ref": "#/$defs/LedgerPrint" } }, "required": [ "params" ], "title": "ledger_printArguments", "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