trial_outcomes_getter
Retrieve detailed trial outcome measures and results, including primary and secondary outcomes, data, and adverse events, using the NCT ID for completed clinical trials with posted data.
Instructions
Fetch outcome measures and results for a clinical trial.
Retrieves detailed outcome information including:
- Primary outcome measures
- Secondary outcome measures
- Results data (if available)
- Adverse events (if reported)
Note: Results are only available for completed trials that have posted data.
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_outcomes_getterArguments",
"type": "object"
}