Skip to main content
Glama
OMOPHub

OMOPHub MCP Server

Official
by OMOPHub

search_concepts

Locate OMOP concept IDs for medical terms by searching OHDSI standardized vocabularies. Returns matching concepts with names, vocabulary, domain, and standard status.

Instructions

Search for medical concepts across OHDSI standardized vocabularies by name, synonym, or clinical term. Returns matching concepts with IDs, names, vocabulary, domain, and standard status. Use this when you need to find the OMOP concept ID for a medical term. Examples: 'type 2 diabetes', 'metformin 500mg', 'systolic blood pressure', 'HbA1c'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesThe medical term or concept name to search for
vocabulary_idsNoComma-separated vocabulary IDs to filter by. Examples: 'SNOMED', 'ICD10CM', 'RxNorm', 'LOINC'. Leave empty to search all vocabularies.
domain_idsNoComma-separated domain IDs to filter by. Examples: 'Condition', 'Drug', 'Measurement', 'Procedure'. Leave empty for all domains.
standard_conceptNoFilter by standard concept status: 'S' for Standard, 'C' for Classification. Omit to search all.
pageNoPage number (1-based, default 1)
page_sizeNoNumber of results to return (1-50, default 10)
Behavior3/5

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

With no annotations, the description must disclose behavioral traits. It states the search scope and return fields, but does not mention pagination, filtering behavior, or error handling. The schema covers pagination parameters, but the description could explicitly note that results are paginated and sorted.

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 plus examples, all front-loaded with key information. Every word adds value; there is no redundancy or fluff.

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?

Given the absence of an output schema, the description explains return fields adequately. It covers search scope, input examples, and output structure. It could briefly mention that filters and pagination are available (already in schema), but the description is largely complete for a search 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%, so the schema already describes each parameter. The description adds examples of search terms but does not elaborate on parameter usage beyond the schema. This meets the baseline for high coverage.

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

Purpose4/5

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

The description clearly states the tool searches for medical concepts by name/synonym/term across OHDSI vocabularies, and returns specific fields. It gives a usage hint and examples, effectively distinguishing it from sibling tools like get_concept (which retrieves by ID) and get_concept_by_code. However, it does not explicitly contrast with all siblings.

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 clear use case: 'Use this when you need to find the OMOP concept ID for a medical term.' This provides direct guidance. It does not list exclusions or alternatives, but the context is sufficient for the intended search scenario.

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