Back to catalog
Cortexa research tool·drug discovery·clinical_trials
ClinicalTrials Search By Intervention
Search ClinicalTrials.gov for all clinical trials testing a specific drug, biologic, device, or other intervention. Returns trial IDs, titles, phases, status, and conditions being studied. Ideal for finding all trials for a given drug (e.g., 'nivolumab') across all disease indications.
Livelast probed 2026-04-30 23:07Z· 102msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 102ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"condition": {
"description": "Disease or condition to filter trials (e.g., 'HER2 breast cancer', 'NSCLC KRAS G12C'). Alias for query_cond.",
"type": [
"string",
"null"
]
},
"filter_phase": {
"description": "Filter by trial phase: 'PHASE1', 'PHASE2', 'PHASE3', 'PHASE4'. Comma-separate multiple.",
"type": [
"string",
"null"
]
},
"filter_status": {
"description": "Filter by recruitment status: 'RECRUITING', 'COMPLETED', 'ACTIVE_NOT_RECRUITING', 'TERMINATED'. Comma-separate multiple.",
"type": [
"string",
"null"
]
},
"intervention": {
"description": "Drug, biologic, device, or intervention name (e.g., 'nivolumab', 'CRISPR', 'CAR-T cells', 'metformin', 'osimertinib').",
"type": "string"
},
"page_size": {
"default": 10,
"description": "Number of results per page (default 10, max 1000).",
"maximum": 1000,
"minimum": 1,
"type": "integer"
},
"status": {
"description": "Recruitment status filter: 'RECRUITING', 'COMPLETED', 'ACTIVE_NOT_RECRUITING', 'TERMINATED'. Alias for filter_status.",
"type": [
"string",
"null"
]
}
},
"required": [
"intervention"
],
"type": "object"
}Examples (1)
Default ClinicalTrials Search By Intervention call
public-safeinput
{
"intervention": "",
"page_size": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_ClinicalTrials_search_by_intervention
- Tool name
- ClinicalTrials_search_by_intervention
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse