Clinicaltrials Get Study Results
clinicaltrials_get_study_resultsFetch outcome statistics, adverse events, participant flow, and baseline characteristics from completed clinical trials with available results using NCT IDs.
Instructions
Fetch trial results data for completed studies — outcome measures with statistics, adverse events, participant flow, and baseline characteristics. Only available for studies where hasResults is true. Use 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. |