Back to catalog
Cortexa research tool·clinical·clinical_trials
Get Clinical Trial Locations
Retrieves the locations where the clinical trials are being conducted, using their NCT IDs.
Livelast probed 2026-04-30 23:07Z· 124msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 124ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"location": {
"description": "Unused filter parameter, kept for backward compatibility. Can be omitted or set to any string.",
"type": "string"
},
"nct_ids": {
"description": "List of NCT IDs of the clinical trials (e.g., ['NCT04852770', 'NCT01728545']).",
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"nct_ids"
],
"type": "object"
}Examples (1)
Default Get Clinical Trial Locations 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_locations
- Tool name
- get_clinical_trial_locations
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse