Skip to main content
Glama

Get biomarker details

get_biomarker
Read-onlyIdempotent

Returns public educational units and existing content for one exact biomarker slug. Standard and optimal range arrays remain present for compatibility but may be empty without a reviewed public range source. This is not medical advice.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesBiomarker slug such as apolipoprotein-b.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
slugYes
unitNo
unitsNo
causesNo
rangesYes
summaryNo
categoryNo
symptomsNo
loincCodeNo
loincNameNo
publicUrlYes
hasContentNo
keyInsightsNo
categorySlugNo
significanceNo
whatLowMeansNo
whatHighMeansNo
existingContentYes
metaDescriptionNo
applicableGenderNo
includedInPanelsNo
lastMedicalReviewNo
medicalReviewStatusNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already mark this as read-only and idempotent, so the description adds useful behavior beyond them: it returns public educational units, existing content only, and warns that range arrays may be empty without a reviewed source. The medical disclaimer is also a meaningful extra behavioral note.

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?

Three concise sentences with no repetition. The primary behavior is front-loaded, followed by the compatibility caveat and the disclaimer, each earning its place.

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

Completeness5/5

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

For a single-parameter read-only tool with an output schema and strong annotations, the description covers the essential call intent, edge-case behavior around empty ranges, and the public-content scope. Nothing critical is missing.

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 100% and the slug parameter already has a clear example and length constraints. The description reinforces that the slug must be exact but does not add substantive semantic information beyond the schema.

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?

Description states a specific verb and resource: returns educational units and existing content for one exact biomarker slug. The phrase 'exact biomarker slug' clearly differentiates it from plural or search-based sibling tools.

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 this is for a single exact slug lookup, and the caveat about public range sources is useful. However, it never explicitly says when to prefer this over search_biomarkers or browse_biomarkers, or what to do if the slug is unknown.

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.

Resources