Skip to main content
Glama

Ledger CLI MCP Server

by minhyeoky

ledger_accounts

Filter and list financial accounts using regex patterns to manage and analyze ledger data efficiently within the Ledger CLI MCP Server.

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

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