clinicaltrials_get_study
Retrieve clinical study details or concise summaries from ClinicalTrials.gov using specific NCT IDs. Supports full data or selected fields in markdown or legacy format.
Instructions
Fetches one or more clinical studies from ClinicalTrials.gov by their NCT IDs. Returns either complete study data or concise summaries for each.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
fields | No | A list of specific top-level fields to return (e.g., ['protocolSection', 'derivedSection']). If omitted, all fields are returned. | |
markupFormat | No | Format for rich text fields. 'markdown' provides formatted text, while 'legacy' provides the original. Defaults to 'markdown'. | markdown |
nctIds | Yes | A single NCT ID (e.g., 'NCT12345678') or an array of up to 5 NCT IDs to fetch. Each ID must be 8 digits. | |
summaryOnly | No | If true, returns a concise summary of each study. If false (default), returns the complete study data. |