Clinicaltrials Get Study Results
clinicaltrials_get_study_resultsRetrieve clinical trial results data including outcome measures, adverse events, participant flow, and baseline characteristics for completed studies with results available on ClinicalTrials.gov.
Instructions
Fetch clinical trial results data from ClinicalTrials.gov for completed studies — outcome measures with statistics, adverse events, participant flow, baseline characteristics, and results metadata (limitations & caveats, certain-agreement disclosure restrictions, results point of contact). Only available for studies where hasResults is true. Use clinicaltrials_search_studies first to find studies with results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nctIds | Yes | One or more NCT IDs (max 20). E.g., "NCT12345678" or ["NCT12345678", "NCT87654321"]. Use summary=true for large batches to avoid large payloads. | |
| summary | No | Return condensed summaries instead of full data. Reduces payload from ~200KB to ~5KB per study. Summaries include outcome titles, types, timeframes, group counts, and top-level stats — omitting individual measurements, analyses, and per-group data. | |
| sections | No | Filter which sections to return. Values: outcomes, adverseEvents, participantFlow, baseline, moreInfo. Omit for all sections. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| results | Yes | Results per study. | |
| fetchErrors | No | Studies that could not be fetched. | |
| studiesWithoutResults | No | NCT IDs that do not have results data. |