Skip to main content
Glama

Ledger CLI MCP Server

by minhyeoky

ledger_commodities

Filter and list all commodities from financial data using regex patterns with Ledger CLI MCP Server integration, enabling efficient financial analysis and reporting.

Instructions

List all commodities

Input Schema

NameRequiredDescriptionDefault
paramsYes

Input Schema (JSON Schema)

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