search_nih_grants
ActiveTool of The Mine Works
declared in 1.0.0
Search NIH RePORTER for grant awards by topic, agency, or institution. Returns project title, abstract, award amount, PI names, and institution.
Parameters schema
{
"type": "object",
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"description": "Research topic or keyword (e.g. \"CRISPR gene therapy cancer\")"
},
"agency": {
"type": "string",
"description": "NIH agency code (e.g. \"NCI\", \"NIAID\", \"NHLBI\")"
},
"maxResults": {
"type": "integer",
"default": 25,
"description": "Max grants (default 25)"
}
}
}Parent server
The Mine Works
1/7 registries