Skip to main content
Glama

terminology_versions

Read-onlyIdempotent

Retrieve current version, release date, publisher, source URL, and update cadence for medical terminologies. Filter by terminology name for a single entry.

Instructions

List the current version, release date, publisher, source URL, and update cadence of every terminology this server queries against.

Useful for pipeline maintainers who need to:

  • Confirm which release of ICD-11 / SNOMED / LOINC / RxNorm / MeSH / ATC the server is querying before a batch run.

  • Verify the bundled CID-10 (frozen at V2008) and ICD-10 β†’ ICD-11 transition tables (currently 2025-01) match expectations.

  • Cite the data version in research artifacts.

Pass terminology to filter to a single entry; otherwise the full set of 8 is returned. The ICD-10 β†’ ICD-11 version reads live from the bundled dataset; everything else is metadata maintained alongside the project release.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
terminologyNoFilter to a single terminology. Omit to return all 8.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
generatedYesDate this snapshot was generated.
totalYes
terminologiesYes
Behavior4/5

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

Annotations already declare readOnly and idempotent. The description adds specific details about CID-10 being frozen, ICD-10β†’ICD-11 version reading live, and the default returning 8 entries. It goes beyond annotations.

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?

Description is two paragraphs, front-loaded with the core action. Second part is well-structured with bullet points. Every sentence carries meaningful information without fluff.

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 rich annotations and presence of an output schema, the description fully covers purpose, usage, and special behaviors. No gaps identified for this simple list tool.

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% with a clear enum and description. The description adds a bit of context about the default behavior and the exact set of terminologies, but this information is mostly redundant with the schema, so minimal added value.

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 it lists version details for all terminologies. The verb 'List' and resource 'terminology versions' are explicit. It distinguishes from sibling tools like specific lookup or search tools by focusing purely on metadata.

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

Usage Guidelines4/5

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

The description includes a dedicated section on when it is useful (pipeline maintainers needing version confirmation). It explains the optional filter parameter. It does not explicitly name siblings to avoid but gives strong contextual cues.

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