Clinicaltrials Get Study Results
clinicaltrials_get_study_resultsFetch detailed results data from ClinicalTrials.gov for completed studies that have results. Use search first to identify studies with results.
Instructions
Fetch clinical trial results data from ClinicalTrials.gov for completed studies — outcome measures with statistics, adverse events, participant flow, and baseline characteristics. 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. | |
| sections | No | Filter which sections to return. Values: outcomes, adverseEvents, participantFlow, baseline. Omit for all sections. | |
| 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. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| results | Yes | Results per study. | |
| studiesWithoutResults | No | NCT IDs that do not have results data. | |
| fetchErrors | No | Studies that could not be fetched. |