Skip to main content
Glama

map_loinc_to_snomed

Read-onlyIdempotent

Find guidance on where to obtain LOINC to SNOMED CT mappings by looking up a LOINC code in NLM Clinical Tables.

Instructions

This tool looks up a LOINC code in NLM Clinical Tables and returns guidance on where to obtain a LOINC → SNOMED CT mapping. It does not perform the mapping.

Direct LOINC → SNOMED CT mappings are not freely available via API. UMLS Metathesaurus contains the relationships but requires an individual UMLS Terminology Services license; the LOINC SNOMED CT Expression Association is published by Regenstrief Institute as part of the LOINC release and requires authenticated download from loinc.org under the LOINC license.

For programmatic LOINC → SNOMED mapping, use UMLS or the LOINC Expression Association files. For interactive lookup, use the SNOMED CT browser available to your organization or the Regenstrief RELMA desktop tool.

Provide a LOINC code like "2339-0" (Glucose) or "718-7" (Hemoglobin).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
loinc_codeYesLOINC code (e.g., 2339-0 for Glucose)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
loinc_codeYesThe LOINC code as submitted.
loinc_detailsYesNLM Clinical Tables details for the LOINC code (component, system, property, etc.). Null when the code was not found upstream.
statusYesAlways "guidance-only" — direct LOINC → SNOMED CT mappings require licensed sources (UMLS Metathesaurus or LOINC SNOMED CT Expression Association). This tool returns pointers, not the mapping itself.
guidanceYesShort human-readable explanation of why this tool returns guidance instead of a mapping.
mapping_sourcesYesStructured list of authoritative LOINC → SNOMED CT mapping sources (UMLS Metathesaurus, LOINC SNOMED CT Expression Association, Regenstrief RELMA).
Behavior5/5

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

Annotations already declare readOnlyHint, idempotentHint, and non-destructive behavior. The description adds significant context: it does not perform the mapping, explains the lack of free direct API access, and describes the return value as guidance, which aligns with the annotations and enhances transparency.

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

Conciseness4/5

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

The description is longer than minimal, but each sentence serves a purpose: stating functionality, clarifying limitations, explaining mapping availability, listing alternatives, and providing an example. It is well-structured with key information front-loaded, though slightly verbose.

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?

Given the tool's complexity (guidance rather than direct mapping), the description covers everything an agent needs: what it does, what it doesn't, conditions, alternatives, and example input. The existence of an output schema (as per context signals) reduces the need to describe return values, so the description is complete.

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

Parameters4/5

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

Schema description coverage is 100%, so the schema already describes the loinc_code parameter with pattern and example. The description reinforces with an example ('2339-0' for Glucose), adding minor practical value. A score of 4 reflects that the description enhances beyond the schema but is not strictly necessary.

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: it looks up a LOINC code and returns guidance on where to obtain a LOINC → SNOMED CT mapping, explicitly noting it does not perform the mapping itself. This distinguishes it from sibling tools that perform direct lookups or searches.

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

Usage Guidelines5/5

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

The description provides explicit when-to-use (when guidance on mapping is needed) and when-not-to-use (it does not perform mapping), and lists alternatives: UMLS, LOINC Expression Association, SNOMED CT browser, or RELMA tool. This gives clear guidance on tool selection.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/SidneyBissoli/medical-terminologies-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server