Skip to main content
Glama

Ledger CLI MCP Server

by minhyeoky

ledger_accounts

Retrieve and filter a list of accounts in Ledger CLI using regex patterns to streamline financial data analysis and reporting tasks.

Instructions

List all accounts

Input Schema

NameRequiredDescriptionDefault
paramsYes

Input Schema (JSON Schema)

{ "$defs": { "LedgerAccounts": { "properties": { "query": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "Filter accounts by regex pattern", "title": "Query" } }, "title": "LedgerAccounts", "type": "object" } }, "properties": { "params": { "$ref": "#/$defs/LedgerAccounts" } }, "required": [ "params" ], "title": "ledger_accountsArguments", "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