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.4/5 across 4 of 4 tools scored.
Each tool targets a distinct data source and type: genetic variants from ClinVar, NIH grants, protein expression from Human Protein Atlas, and WHO health indicators. There is no overlap in purpose or data domain.
All tool names follow a consistent 'get_' prefix followed by a descriptive noun phrase (genetic_variants, nih_grants, protein_expression, who_health), making the pattern predictable.
With 4 tools, the server is well-scoped for a health data aggregator. It covers genetic, research funding, protein expression, and global health indicators without being too sparse or overly numerous.
The server covers a good range of health data types (genomic, research funding, proteomic, epidemiological). However, it lacks common health data like clinical trials or drug information, which would make it more complete.
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?
Annotations are absent, so the description must disclose behavioral traits. It mentions outputs but does not disclose rate limits, pagination, error handling, or data freshness. For a read operation, it lacks important context.
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?
Two sentences, no repetition, front-loaded with the key action and output. Every word 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?
The description covers the main return fields, lacks output schema but that is acceptable. Missing details on ordering and error behavior are minor gaps given 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 description coverage is 100% with clear parameter descriptions. The tool description adds no additional semantic value beyond the schema, so it meets the baseline without enhancement.
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 'Search ClinVar for genetic variants associated with a gene' and lists specific outputs (clinical significance, conditions, review status). This distinguishes it from sibling tools (NIH grants, protein expression, WHO health) which are different domains.
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 vs alternatives, but sibling tools are unrelated so no confusion. No prerequisites or context for using ClinVar data are provided.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_nih_grantsAInspect
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 exist, so the description carries the full burden. It states the tool returns data but does not disclose behavioral traits like authentication needs, rate limits, pagination, or whether it is read-only. For a search tool, basic safety and behavior details are missing.
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 focused sentence with no extraneous information. It efficiently communicates the tool's purpose and output.
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 adequate but incomplete. It mentions return fields but lacks details on response structure, limits, error handling, or advanced search features.
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 descriptions for all 4 parameters. The description adds context about what the tool returns (award amounts, PIs, etc.) but does not enhance understanding of the parameters beyond what the schema already provides. 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?
The description clearly states the verb ('Search'), the specific resource ('NIH research grants'), and the database ('NIH Reporter'). It also lists returned fields (award amounts, PIs, organizations, abstracts), which distinguishes it from sibling tools about genetic variants, protein expression, and WHO health.
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 implies usage for searching NIH grants but provides no explicit guidance on when to use versus alternatives (e.g., when to prefer this over other tools). There is no mention of prerequisites, restrictions, or when not to use.
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 are provided, so the description carries the full burden. It discloses that the tool returns data (RNA expression levels) and implies a read-only operation, but does not mention any restrictions, permissions, or potential side effects. This is adequate but not comprehensive.
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?
Two sentences with no wasted words. The information is front-loaded and essential.
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 simple data retrieval tool with two fully described parameters, the description is fairly complete. It explains the source and output type. Could be slightly improved by noting the data format, but it is sufficient for an agent to understand the basic behavior.
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 both parameters described. The description adds context about tissue and brain-regional levels but does not significantly augment the parameter meanings beyond what the schema already provides.
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 and specifies it returns tissue-specific and brain-regional RNA expression levels. It distinguishes itself from sibling tools which are about genetic variants, NIH grants, and WHO health data.
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. Sibling tools are distinct but no explicit 'when-to-use' or 'when-not-to-use' instructions are provided.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_who_healthCInspect
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 provided, so the description carries full burden. It does not disclose behavioral traits such as whether the operation is read-only, destructive, or has rate limits. The description implies a read operation, but this is not explicitly stated.
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?
Two sentences, no extraneous words, but the phrase 'and other health indicators' is vague and adds little value. Could be more concise by listing a few examples and then implying more. Adequate but not excellent.
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 there is no output schema, the description should explain the return format or structure. It does not. Additionally, no details on pagination, error handling, or data freshness. For a simple data retrieval tool, it is incomplete.
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%, but the description adds value by providing examples for country (ISO3 codes) and note that indicator can be a code or search term. The default values are also mentioned implicitly (e.g., WHOSIS_000001 for life expectancy). This aids understanding beyond schema definitions.
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 indicators (life expectancy, obesity rates, etc.), providing a specific verb and resource. However, it does not differentiate from sibling tools, which are in different domains (genetics, grants, protein), so the lack of differentiation is not critical but still a minor gap.
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 vs alternatives. The siblings are unrelated, but the description could benefit from stating it is for WHO health indicators only. Implicit usage is clear from the domain, but no exclusions or context for when not to use it.
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!