Health Data
Server Details
Health data: NIH grants, WHO statistics, and genetic variants
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 3.5/5 across 4 of 4 tools scored.
Each tool targets a distinct health data domain: genetics, grants, protein expression, and WHO indicators. No overlap in functionality.
All tool names follow the 'get_<domain>' pattern with consistent snake_case verb_noun structure.
4 tools is well-scoped for a health data server, covering major areas without being overwhelming.
Tools cover genetics, grants, expression, and WHO data, but missing clinical trials or disease-specific databases. Minor gap.
Available Tools
4 toolsget_genetic_variantsAInspect
Search ClinVar for genetic variants associated with a gene. Get clinical significance, conditions, and review status from NCBI ClinVar.
| Name | Required | Description | Default |
|---|---|---|---|
| gene | No | Gene symbol (default: BRCA1) | BRCA1 |
| limit | No | Number of variants (max 25, default 10) | |
| significance | No | pathogenic, benign, or uncertain | pathogenic |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden. It discloses that the tool returns clinical significance, conditions, and review status, but lacks details on pagination, error handling, rate limits, or idempotence. The behavioral profile is adequately outlined but not exhaustive.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single concise sentence of 16 words that front-loads the action and purpose. Every word is meaningful, with no redundancy or filler.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
While the description gives a high-level overview of return content, it lacks explicit structure details (e.g., list format, fields per variant). Given no output schema, more detail would improve completeness, but the description is adequate for the tool's simplicity.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% with all parameters described in the schema. The description adds minimal additional meaning beyond the schema, merely reiterating that the tool provides clinical significance, etc. Baseline 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
Description clearly states the tool searches ClinVar for genetic variants associated with a gene, specifying the verb (search), resource (ClinVar variants), and data retrieved (clinical significance, conditions, review status). It is distinct from sibling tools like get_nih_grants, which are unrelated.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Usage context is implied by the description (use when needing ClinVar variant data), but no explicit guidance is given on when to use this tool versus alternatives, nor are any prerequisites or exclusions mentioned.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_nih_grantsBInspect
Search NIH research grants from the NIH Reporter database. Returns funded projects with award amounts, PIs, organizations, and abstracts.
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Search query (default: cancer) | cancer |
| year | No | Fiscal year (default: current year) | |
| limit | No | Number of results (max 25, default 10) | |
| institution | No | Filter by organization name |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must convey behavioral traits. It states 'Search' and 'Returns', but fails to disclose if the operation is read-only, requires authentication, has rate limits, or pagination behavior. Only a minimal behavioral sketch is given.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two efficient sentences with no wasted words. However, it could be more structured (e.g., separating purpose from return value details) without adding length.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given 4 parameters, no output schema, and no annotations, the description is too minimal. Missing guidance on usage, behavioral context, and parameter details beyond schema. Considerable gaps remain for an agent to correctly invoke the tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% (all 4 parameters have descriptions), so the baseline is 3. The description adds no additional meaning beyond what the schema already provides, such as clarifying default behaviors or constraints like the max limit of 25.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description specifies the verb 'Search' and resource 'NIH research grants' from the 'NIH Reporter database', and lists return fields (award amounts, PIs, organizations, abstracts). This clearly distinguishes it from sibling tools like get_genetic_variants, which target different data sources.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance on when to use this tool versus alternatives. It does not specify prerequisites, limitations, or when not to use. For a search tool with clear siblings, explicit usage context is expected.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_protein_expressionAInspect
Get protein/gene expression data from the Human Protein Atlas. Returns tissue-specific and brain-regional RNA expression levels.
| Name | Required | Description | Default |
|---|---|---|---|
| gene | No | Gene symbol (default: BRCA1) | BRCA1 |
| type | No | expression (normal tissues) or cancer (cancer RNA) | expression |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided, so the description carries the burden. It explains the return type (tissue-specific and brain-regional RNA expression) but does not disclose read-only nature, rate limits, or other behavioral traits. Adequate but minimal.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Single sentence that is front-loaded and contains no extraneous words. Every part earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given no output schema and simple parameters, the description is adequate but could be improved by briefly indicating the output format (e.g., list of values, single value). It covers the basic use case but lacks depth.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the schema already documents the two parameters. The description adds marginal context by stating the nature of returned data (tissue-specific and brain-regional), but does not significantly enhance parameter meaning.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states it retrieves protein/gene expression data from the Human Protein Atlas, specifying tissue-specific and brain-regional RNA expression. This verb+resource combination is specific and distinguishes it from sibling tools like get_genetic_variants.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No explicit guidance on when to use this tool versus alternatives. Usage is implied for expression data retrieval, but there is no mention of when not to use it or alternative tools for different types of queries.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_who_healthAInspect
Retrieve WHO Global Health Observatory data. Get life expectancy, obesity rates, alcohol consumption, air pollution, and other health indicators by country.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of data points to return | |
| country | No | ISO3 country code (e.g. USA, CHN, GBR). Omit for all countries. | |
| indicator | No | WHO indicator code (e.g. WHOSIS_000001 for life expectancy) or search term | WHOSIS_000001 |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must disclose behavioral traits. It does not mention that the tool is read-only, any authentication or rate limits, or data recency. The description only lists example data points, missing key transparency.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single sentence of 21 words, efficiently summarizing the tool's purpose. No redundant or filler content.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a tool with 3 parameters and no output schema, the description is minimally complete. It explains what data can be retrieved but omits output format, pagination, or any limitations. Given the lack of annotations, more context would be beneficial.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so the description does not need to add much. It provides example indicators (life expectancy, obesity) which adds slight context beyond the schema's indicator parameter description, but no new parameter-level details.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool retrieves WHO Global Health Observatory data and lists specific health indicators (life expectancy, obesity, etc.). This verb-resource combination is distinct from sibling tools (genetic variants, NIH grants, protein expression).
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description does not explicitly state when to use this tool or provide alternatives. However, the domain differs from siblings, reducing confusion. The parameter descriptions hint at usage (ISO3 codes, indicator codes), but no direct guidance is given.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- AlicenseBqualityDmaintenanceMCP server for searching research grants across NSF (US), ERC (EU), and KRF/NRF (Korea) via a unified interface. NIH excluded—covered by existing connectors.311MIT
- Alicense-qualityAmaintenanceQuery WHO Global Health Observatory data — 3,059 indicators across 194 member states with country, region, year, and sex filters via MCP.1232Apache 2.0
- Flicense-qualityDmaintenanceProvides tools to search and retrieve data from NIH's RePORTER grant database, enabling queries for project counts, summaries, and detailed award information.
- AlicenseBqualityDmaintenanceA Model Context Protocol server that enables conversational searching of NIH-funded research projects and publications through the NIH RePORTER database.4MIT