Documentation Index
Fetch the complete documentation index at: https://docs.corti.ai/llms.txt
Use this file to discover all available pages before exploring further.
Capabilities
The Medical Calculator expert can:- Compute BMI, HbA1c, eAG, glucose conversions, and other physiological metrics
- Run multiple calculations in a single request and return them as a clean list
- Skip calculations when required inputs are missing and report what was missing
- Return human-readable, plain-text results without unnecessary metadata
Use cases
- Inline clinical metric calculation during a conversation or document generation
- Lab value conversion (for example HbA1c ↔ eAG, or glucose unit conversion)
- Quick BMI or risk-metric lookups in clinical decision support flows
- Combining several calculations into a single, clinician-friendly summary
Output format
When one calculation is requested, the expert returns a short single line, for example:Detailed information
The Medical Calculator is a sub-agent that does not interact with end users directly. It reads input values from the orchestrator’sdata_part, runs the requested formulas via its tools, and returns results grounded in the actual computed values — no extra commentary, no speculative medical advice.