Skip to main content
Glama

Ledger CLI MCP Server

by minhyeoky

ledger_raw_command

Execute raw Ledger CLI commands directly to query and analyze financial data, enabling tasks like budget analysis, accounting, and financial reporting.

Instructions

Run a raw ledger command

Input Schema

NameRequiredDescriptionDefault
paramsYes

Input Schema (JSON Schema)

{ "$defs": { "LedgerRawCommand": { "properties": { "command": { "description": "Raw ledger command arguments", "items": { "type": "string" }, "title": "Command", "type": "array" } }, "required": [ "command" ], "title": "LedgerRawCommand", "type": "object" } }, "properties": { "params": { "$ref": "#/$defs/LedgerRawCommand" } }, "required": [ "params" ], "title": "ledger_raw_commandArguments", "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