Back to catalog
Cortexa research tool·clinical·clinical_trials
ClinicalTrials Search By Sponsor
Search ClinicalTrials.gov for clinical trials by sponsor or lead organization. Returns trials funded by pharmaceutical companies, academic institutions, or government agencies. Example: find all Phase 3 trials sponsored by 'National Cancer Institute' for cancer conditions.
Livelast probed 2026-05-01 01:00Z· 549msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 549ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"filter_phase": {
"description": "Filter by phase: 'PHASE1', 'PHASE2', 'PHASE3', 'PHASE4'. Comma-separate multiple.",
"type": [
"string",
"null"
]
},
"filter_status": {
"description": "Filter by status: 'RECRUITING', 'COMPLETED', 'ACTIVE_NOT_RECRUITING'. Comma-separate multiple.",
"type": [
"string",
"null"
]
},
"page_size": {
"default": 10,
"description": "Number of results per page (default 10, max 1000).",
"maximum": 1000,
"minimum": 1,
"type": "integer"
},
"query_cond": {
"description": "Optional disease/condition filter (e.g., 'cancer', 'cardiovascular disease', 'alzheimer').",
"type": [
"string",
"null"
]
},
"sponsor": {
"description": "Sponsor or lead organization name (e.g., 'Pfizer', 'National Cancer Institute', 'Novartis', 'Johns Hopkins University', 'Merck').",
"type": "string"
}
},
"required": [
"sponsor"
],
"type": "object"
}Examples (1)
Default ClinicalTrials Search By Sponsor call
public-safeinput
{
"page_size": 1,
"sponsor": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_ClinicalTrials_search_by_sponsor
- Tool name
- ClinicalTrials_search_by_sponsor
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse