search_trials
ActiveTool of Clinical Trials
declared in 1.0.0
Search clinical trials on ClinicalTrials.gov by condition, intervention, sponsor, status, or phase. Returns trial IDs, titles, status, phases, conditions, interventions, enrollment, and locations count.
Parameters schema
{
"type": "object",
"properties": {
"limit": {
"type": "number",
"default": 10,
"description": "Number of results (max 20)"
},
"phase": {
"type": "string",
"description": "Trial phase: PHASE1, PHASE2, PHASE3, PHASE4"
},
"status": {
"type": "string",
"description": "Trial status: RECRUITING, COMPLETED, ACTIVE_NOT_RECRUITING, NOT_YET_RECRUITING, TERMINATED"
},
"sponsor": {
"type": "string",
"description": "Sponsor name (e.g. \"Pfizer\", \"NIH\", \"Mayo Clinic\")"
},
"condition": {
"type": "string",
"description": "Disease or condition (e.g. \"diabetes\", \"breast cancer\", \"alzheimer\")"
},
"intervention": {
"type": "string",
"description": "Drug, device, or intervention (e.g. \"metformin\", \"pembrolizumab\")"
}
}
}Parent server
Clinical Trials
1/7 registries