get_trial
Retrieve a complete clinical trial record by NCT ID, including eligibility criteria, study locations, and current status.
Instructions
Read one clinical trial in full, including who is eligible to join.
Use this after search_trials when a specific trial matters, or whenever a conversation names an NCT number. Returns title, status, phase, conditions, the eligibility criteria text with structured age range and sex, every study location, and the study description.
Args: nct_id: The trial's registry identifier: the letters NCT followed by exactly 8 digits, e.g. "NCT04280705".
Returns: The full trial record, or a not_found error if no trial has that number.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nct_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||