Back to catalog
Cortexa research tool·clinical·clinical_trials
Extract Clinical Trial Outcomes
Extracts detailed trial outcome results (e.g., overall survival months, p-values, etc.) from clinicaltrials.gov, using their NCT IDs.
Livelast probed 2026-04-30 23:07Z· 137msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 137ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"nct_ids": {
"description": "List of NCT IDs of the clinical trials (e.g., ['NCT04852770', 'NCT01728545']).",
"items": {
"type": "string"
},
"type": "array"
},
"outcome_measure": {
"description": "Outcome measure to extract. Example values include 'primary' (primary outcomes only), 'secondary' (secondary outcomes only), 'all' (all outcomes), or specific measure names such as 'survival', 'overall survival'. For specific measure names, outcome measures will be matched as long as the input partially matches their titles or descriptions (case agnostic). Querying for specific measure names is recommended after getting an overview of outcome measures ('primary'). If querying for specific measure names does not return any results, this parameter should be set to 'primary' for sanity check. By default, the value is set to 'primary', i.e. the tool will extract all primary outcome results.",
"type": "string"
}
},
"required": [
"nct_ids"
],
"type": "object"
}Examples (1)
Default Extract Clinical Trial Outcomes call
public-safeinput
{
"nct_ids": []
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_extract_clinical_trial_outcomes
- Tool name
- extract_clinical_trial_outcomes
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse