Skip to main content
Glama

B.O.N.S.A.I. Health Intelligence API

interpret_labs

Read-only

Interpret a panel of lab values against ACLM-optimized reference ranges. Returns risk classification per marker, lifestyle interventions, and medication deprescription signals.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
lab_valuesYesKey-value pairs of biomarker names and values. Common keys: hba1c, fasting_glucose, fasting_insulin, ldl, hdl, triglycerides, apob, lp_a, hscrp, vitamin_d, b12, ferritin, tsh, free_t4, free_t3.
health_goalsNo
current_medicationsNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations include readOnlyHint=true, so the agent knows it is a safe read operation. The description adds valuable behavioral context beyond annotations by specifying that it returns risk classifications, lifestyle interventions, and medication deprescription signals, and that it uses ACLM-optimized ranges. However, it does not mention how it handles unknown lab keys or units, which is a minor gap.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences, front-loaded with the primary verb and resource, and contains no filler or redundancy. Every clause contributes meaningful information about the tool's function and outputs.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Despite no output schema, the description adequately summarizes return categories (risk classification, lifestyle interventions, deprescription signals). It covers the main inputs and their purpose implicitly. Missing details like biomarker coverage limits or handling of unavailable goals/medications, but for a read-only interpretation tool with simple parameters, it is reasonably complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is only 33%, with health_goals and current_medications having no descriptions. The tool description gives some indirect meaning by mentioning 'lifestyle interventions' (ties to health_goals) and 'medication deprescription signals' (ties to current_medications), but it does not explain how these parameters affect the output or their optionality. It partially compensates for the low schema coverage but leaves gaps.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: 'Interpret a panel of lab values against ACLM-optimized reference ranges' and lists specific outputs ('risk classification per marker, lifestyle interventions, and medication deprescription signals'). This distinguishes it from sibling tools like marker_reference (which likely handles single markers) and drug_safety/check_interactions (which focus on medications/drugs).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage for interpreting a panel of lab values, but provides no explicit guidance on when to use this tool versus siblings such as marker_reference or lifestyle_query. There are no stated exclusions or alternative tool recommendations, so the usage context is only implied, not fully articulated.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.