get_trial_details
Get comprehensive details for a single clinical trial.
This tool retrieves detailed information for a single clinical trial given its NCT ID.
Input:
nct_id: The NCT ID of the trial to retrieve. Example:'NCT04280705'fields: A list of specific fields to return. If not provided, returns DETAIL_TOOL_DEFAULTS (25 comprehensive fields covering: NCTId, BriefTitle, OfficialTitle, Acronym, Condition, Keyword, Phase, OverallStatus, InterventionType, InterventionName, InterventionDescription, ArmGroupLabel, ArmGroupType, ArmGroupDescription, EligibilityCriteria, MinimumAge, MaximumAge, Sex, PrimaryOutcomeMeasure, SecondaryOutcomeMeasure, BriefSummary, LocationFacility, LocationCountry, LeadSponsorName, CollaboratorName, HasResults).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Specific fields to return | |
| nct_id | Yes | NCT ID of the trial to retrieve |