Back to catalog
Cortexa research tool·clinical·clinical_trials
Get Clinical Trial Descriptions
Retrieves detailed identification information for trials, including titles, phases, and descriptions, using their NCT IDs.
Livelast probed 2026-05-01 01:00Z· 268msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 268ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"description_type": {
"description": "Type of information to retrieve. Options are 'brief' for brief descriptions or 'full' for full descriptions.",
"enum": [
"brief",
"full"
],
"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",
"description_type"
],
"type": "object"
}Examples (1)
Default Get Clinical Trial Descriptions call
public-safeinput
{
"description_type": "",
"nct_ids": []
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_get_clinical_trial_descriptions
- Tool name
- get_clinical_trial_descriptions
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse