get_trial_results
Retrieve clinical trial results: participant flow, baseline characteristics, outcomes, and serious adverse events. Handles trials with results posted, ongoing, or not found.
Instructions
Fetch posted results for a clinical trial: participant flow, baseline characteristics, primary and secondary outcomes, and adverse events. Handles 4 cases: results posted, trial ongoing, completed but no results posted, and NCT ID not found. Adverse events default to serious events (Grade 3+) only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nct_id | Yes | The NCT identifier, e.g. 'NCT02142803'. | |
| summary_only | No | If true, return only the primary outcome in 2–3 lines. Default false. | |
| ae_grade | No | Adverse event filter. '3+' (default): serious events only. 'all': serious + Grade 1/2 events. 'serious': SAEs only. | 3+ |