Skip to main content
Glama

Ledger CLI MCP Server

by minhyeoky

ledger_payees

Retrieve and filter payees from financial data using regex patterns, enabling efficient tracking and analysis of transactions with the Ledger CLI MCP Server.

Instructions

List all payees

Input Schema

NameRequiredDescriptionDefault
paramsYes

Input Schema (JSON Schema)

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