Skip to main content
Glama

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.

MCP client
Glama
MCP server

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.

100% free. Your data is private.
Tool DescriptionsB

Average 3.5/5 across 4 of 4 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool targets a distinct health data domain: genetics, grants, protein expression, and WHO indicators. No overlap in functionality.

Naming Consistency5/5

All tool names follow the 'get_<domain>' pattern with consistent snake_case verb_noun structure.

Tool Count5/5

4 tools is well-scoped for a health data server, covering major areas without being overwhelming.

Completeness4/5

Tools cover genetics, grants, expression, and WHO data, but missing clinical trials or disease-specific databases. Minor gap.

Available Tools

4 tools
get_genetic_variantsAInspect

Search ClinVar for genetic variants associated with a gene. Get clinical significance, conditions, and review status from NCBI ClinVar.

ParametersJSON Schema
NameRequiredDescriptionDefault
geneNoGene symbol (default: BRCA1)BRCA1
limitNoNumber of variants (max 25, default 10)
significanceNopathogenic, benign, or uncertainpathogenic
Behavior3/5

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.

Conciseness5/5

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.

Completeness3/5

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.

Parameters3/5

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.

Purpose5/5

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.

Usage Guidelines3/5

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
qNoSearch query (default: cancer)cancer
yearNoFiscal year (default: current year)
limitNoNumber of results (max 25, default 10)
institutionNoFilter by organization name
Behavior2/5

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.

Conciseness4/5

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.

Completeness2/5

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.

Parameters3/5

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.

Purpose5/5

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.

Usage Guidelines2/5

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
geneNoGene symbol (default: BRCA1)BRCA1
typeNoexpression (normal tissues) or cancer (cancer RNA)expression
Behavior3/5

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.

Conciseness5/5

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.

Completeness3/5

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.

Parameters3/5

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.

Purpose5/5

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.

Usage Guidelines3/5

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNoNumber of data points to return
countryNoISO3 country code (e.g. USA, CHN, GBR). Omit for all countries.
indicatorNoWHO indicator code (e.g. WHOSIS_000001 for life expectancy) or search termWHOSIS_000001
Behavior2/5

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.

Conciseness5/5

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.

Completeness3/5

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.

Parameters3/5

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.

Purpose5/5

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.

Usage Guidelines3/5

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.

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources