trial_references_getter
Retrieve all linked publications and references for clinical trials, including results papers, background literature, protocol publications, and related analyses, with PubMed IDs for cross-referencing.
Instructions
Fetch publications and references for a clinical trial.
Retrieves all linked publications including:
- Published results papers
- Background literature
- Protocol publications
- Related analyses
Includes PubMed IDs when available for easy cross-referencing.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
nct_id | Yes | NCT ID (e.g., 'NCT06524388') |
Input Schema (JSON Schema)
{
"properties": {
"nct_id": {
"description": "NCT ID (e.g., 'NCT06524388')",
"title": "Nct Id",
"type": "string"
}
},
"required": [
"nct_id"
],
"title": "trial_references_getterArguments",
"type": "object"
}