Skip to main content
Glama
cyntrica

Gov Data MCP

by cyntrica

nih_search_projects

Read-only

Search NIH-funded research projects by topic, disease, investigator, or institution. Returns project details, award amounts, and PI names to track funding and identify researchers.

Instructions

Search NIH-funded research projects by text, disease area, investigator, institution, state, agency, spending category, grant type, and funding amount. Returns project number, title, PI, organization, award amount, agency, activity code, and dates. Use to find research grants for any disease, track institutional funding, or identify PIs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textNoFree-text search in titles, abstracts, and terms: 'breast cancer', 'CRISPR', 'opioid'
limitNoResults per page (default 10, max 50)
offsetNoStarting offset for pagination
pi_nameNoPrincipal investigator name (partial match): 'Fauci', 'Collins'
agenciesNoNIH institute codes: 'NCI' (National Cancer Institute), 'NHLBI' (National Heart, Lung, and Blood Institute), 'NIDDK' (National Institute of Diabetes and Digestive and Kidney Diseases), 'NINDS' (National Institute of Neurological Disorders and Stroke), 'NIA' (National Institute on Aging), 'NIAID' (National Institute of Allergy and Infectious Diseases), 'NIGMS' (National Institute of General Medical Sciences), 'NIMH' (National Institute of Mental Health), ... (32 total)
org_namesNoOrganization names (wildcard): ['JOHNS HOPKINS'], ['STANFORD']
org_statesNoState abbreviations: ['CA','NY'], ['TX']
sort_fieldNoSort by: 'award_amount', 'project_start_date', 'fiscal_year'
sort_orderNoSort order
fiscal_yearsNoFiscal years: [2024] or [2020,2021,2022,2023,2024]
activity_codesNoGrant types: 'R01' (Research Project Grant (most common independent investigator grant)), 'R21' (Exploratory/Developmental Research Grant (smaller, high-risk)), 'R43' (SBIR Phase I (Small Business Innovation Research)), 'R44' (SBIR Phase II), 'P01' (Research Program Project Grant (multi-investigator)), 'P30' (Center Core Grant), 'P50' (Specialized Center), 'U01' (Research Project Cooperative Agreement), ... (20 total)
covid_responseNoCOVID funding: ['All'], ['C3'] (CARES Act), ['C6'] (American Rescue Plan)
award_amount_maxNoMaximum award amount in dollars
award_amount_minNoMinimum award amount in dollars
funding_mechanismNoMechanism codes: 'RG' (Research Grants), 'PC' (Research Centers), 'CT' (Clinical Trial or Study Cooperative Agreement), 'TN' (Research Training (Individual and Institutional)), 'CR' (Research Career Programs), 'SB' (Small Business Awards (SBIR/STTR)), 'OT' (Other Transactions)
exclude_subprojectsNoExclude subprojects for cleaner counts (default: true)
spending_categoriesNoRCDC category IDs: [27]=Cancer, [7]=Alzheimer's, [41]=Diabetes, [93]=Opioids, [60]=HIV/AIDS
Behavior3/5

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

The annotations already declare readOnlyHint=true, so the description correctly doesn't need to restate that. It adds return field details, which is useful but not a behavioral trait. There is no disclosure of pagination behavior, data freshness, or rate limits. Given the read-only annotation, the description adds some value but lacks deep behavioral context, matching the baseline 3.

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 tight sentences: the first states the search dimensions, the second states return fields and use cases. Every clause adds value with no filler. It is well-front-loaded with the primary purpose.

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 tool has 17 parameters and no output schema, the description provides a strong overview including filter dimensions, return fields, and use cases. The schema handles the detailed parameter semantics. It could mention pagination or data source, but the existing context is sufficient for an agent to understand the tool's role.

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 baseline is 3. The description repeats high-level filter categories (e.g., 'disease area' maps to spending_categories, 'investigator' to pi_name) but does not add new meaning beyond what the schema already provides. It groups concepts usefully but doesn't compensate for any schema gaps since there are none.

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 uses the specific verb 'Search' with a clear resource: 'NIH-funded research projects'. It enumerates the many filter dimensions (text, disease area, investigator, institution, state, agency, spending category, grant type, funding amount) and explicitly contrasts with siblings by focusing on projects rather than publications. It also names the return fields, making the tool's function unambiguous.

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 provides clear use cases: 'find research grants for any disease, track institutional funding, or identify PIs.' This gives an agent strong context for when to invoke the tool. However, it does not explicitly mention alternatives or when not to use it, which would merit a 5.

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/cyntrica/gov-data-mcp'

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