Back to catalog
Cortexa research tool·clinical·clinical_trials
Get Clinical Trial Outcome Measures
Retrieves the outcome measures for the clinical trials, using their NCT IDs.
Livelast probed 2026-04-30 23:07Z· 108msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 108ms
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_measures": {
"description": "Decides whether to retrieve primary, secondary, or all outcome measures. Options are 'primary', 'secondary', or 'all'. Default is 'primary'.",
"enum": [
"primary",
"secondary",
"all"
],
"type": "string"
}
},
"required": [
"nct_ids"
],
"type": "object"
}Examples (1)
Default Get Clinical Trial Outcome Measures call
public-safeinput
{
"nct_ids": []
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_get_clinical_trial_outcome_measures
- Tool name
- get_clinical_trial_outcome_measures
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse