The Medical Calculator connector performs clinical and physiological calculations such as BMI, HbA1c conversions, glucose conversions, and related metrics. Use this connector whenever a workflow needs precise, formula-based medical computations.
The Medical Calculator returns clear, concise results suitable for direct display or for further reasoning by another connector, removing the risk of manual calculation errors.
Capabilities
The Medical Calculator connector 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
When one calculation is requested, the connector returns a short single line, for example:
When multiple calculations are requested, the connector returns a clean list:
If a value cannot be calculated, the connector notes the reason briefly, for example:
The Medical Calculator is a connector that does not interact with end users directly. It reads input values from the agent runtime’s data_part, runs the requested formulas via its tools, and returns results grounded in the actual computed values: no extra commentary, no speculative medical advice.