Skip to main content
Glama
OMOPHub

OMOPHub MCP Server

Official
by OMOPHub

explore_concept

Retrieve complete concept details, hierarchy, and mappings in a single call. Understand a medical concept's definition, position in classification, and cross-vocabulary links without multiple queries.

Instructions

Get a comprehensive view of a medical concept in one call: detailed info, ancestors/descendants hierarchy, and cross-vocabulary mappings. Use this instead of calling get_concept + get_hierarchy + map_concept separately. Ideal for understanding what a concept is, where it sits in the classification tree, and how it maps to other coding systems.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
concept_idYesThe OMOP concept_id to explore
include_hierarchyNoInclude ancestors and descendants. Default true.
hierarchy_levelsNoHow many hierarchy levels to fetch (1-5, default 2)
include_mappingsNoInclude cross-vocabulary mappings. Default true.
target_vocabulariesNoComma-separated vocabulary IDs to filter mappings. Examples: 'ICD10CM', 'SNOMED'.
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It discloses the tool returns info, hierarchy, and mappings, implying it is read-only, but does not explicitly state there are no side effects or destructive behaviors.

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?

Two sentences, front-loaded with the main purpose, no extraneous words.

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?

With 5 parameters, no output schema, and no annotations, the description provides a good overview of what is returned but lacks details on format, limitations, or behavior beyond the high-level description.

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%, so the baseline is 3. The description does not add significant meaning beyond the schema for individual parameters beyond the context of the composite response.

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 gets a 'comprehensive view' with detailed info, hierarchy, and mappings, and distinguishes it from siblings by noting it replaces multiple separate calls.

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?

Explicitly says when to use ('comprehensive view') and lists alternatives (get_concept, get_hierarchy, map_concept) that should not be called separately, providing clear guidance.

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/OMOPHub/omophub-mcp'

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