lerian
Access documentation, tutorials, and generate SDK code for Lerian products (Midaz, Tracer, Flowker, Reporter) through a unified interface.
Instructions
Unified tool for ALL Lerian products (midaz, tracer, flowker, reporter). Access documentation, learning resources, and SDK code generation for any product. Use product='all' to search across all products. Operations: 'docs' (documentation), 'learn' (tutorials), 'sdk' (code generation), 'search' (cross-product search).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| product | Yes | Target Lerian product (REQUIRED). 'midaz': financial ledger, 'tracer': observability, 'flowker': workflows, 'reporter': analytics, 'all': search across all products. | |
| operation | Yes | Operation type (REQUIRED). 'docs': get documentation, 'learn': interactive tutorials and learning paths, 'sdk': generate SDK code, 'search': search documentation and examples. | |
| topic | No | Topic or subject matter, 5-200 characters (REQUIRED for: docs, learn, search). Examples: 'getting-started', 'authentication', 'transactions', 'error-handling', 'workflows'. Be specific about what you want to learn or find. | |
| language | No | Programming language (REQUIRED for: sdk operation). 'go': backend services, high performance, 'typescript': type-safe development, 'javascript': Node.js and web. Check product.sdkLanguages for available options. | |
| useCase | No | Specific use case for SDK code generation, 10-200 characters (REQUIRED for: sdk operation). Examples: 'create first transaction', 'setup authentication', 'handle errors', 'build workflow', 'generate report'. Be specific about implementation scenario. | |
| experienceLevel | No | Your experience level with the product (for: learn operation). 'beginner': new to product, 'intermediate': basic understanding, 'advanced': production experience. Affects tutorial depth and complexity. | beginner |
| format | No | Response detail level. 'summary': brief overview (~200 chars), 'detailed': comprehensive with examples, 'examples-only': code samples only. Default: 'detailed'. | detailed |
| includeExamples | No | Include code examples in documentation responses. Default: true. Set false for text-only documentation. | |
| maxResults | No | Maximum search results to return (for: search operation). Range: 1-50, default: 10. Use lower numbers (1-5) for focused results, higher (10-20) for exploration. |