clinicaltrials_get_study
Retrieve detailed or summarized clinical study data from ClinicalTrials.gov by specifying NCT IDs. Supports custom fields and markup formats for tailored responses.
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 | An optional list of specific top-level fields to include in the response. If omitted, all fields are returned. | |
markupFormat | No | Specifies the format for rich text fields in the response. Defaults to 'markdown'. | markdown |
nctIds | Yes | A single NCT ID or an array of up to 5 NCT IDs. Each must follow the format 'NCT' followed by 8 digits (e.g., 'NCT12345678'). | |
summaryOnly | No | If true, returns a condensed summary of the study instead of the full data. Defaults to false. |