Back to catalog
Cortexa research tool·drug discovery·clinical_trials
Extract Clinical Trial Adverse Events
Extracts detailed adverse event results from clinicaltrials.gov, using their NCT IDs.
Livelast probed 2026-05-01 01:00Z· 310msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 310ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"adverse_event_type": {
"description": "Type of adverse events to extract. Options are 'serious' (serious adverse events only), 'other' (non-serious adverse events only), 'all' (all adverse events), or specific event names such as 'nausea', 'neutropenia', 'epilepsy' (from MedDRA). For specific event names, adverse events will be matched as long as the input partially matches their terms (case agnostic). Querying for specific adverse event names is recommended as there are typically many adverse events logged. If querying for specific event names does not return any results, this parameter should be set to 'serious' for sanity check. By default, the value is set to 'serious', i.e. the tool will extract all serious adverse events.",
"type": "string"
},
"nct_ids": {
"description": "List of NCT IDs of the clinical trials (e.g., ['NCT04852770', 'NCT01728545']).",
"items": {
"type": "string"
},
"type": "array"
},
"organ_systems": {
"description": "List of organs or organ systems to filter adverse events (see enum for exact text). Adverse events will be matched only if the input exactly matches their terms (case agnostic). If not specified, all adverse events will be returned. By default, all adverse events will be returned.",
"items": {
"enum": [
"Blood and Lymphatic System Disorders",
"Cardiac Disorders",
"Congenital, Familial and Genetic Disorders",
"Ear and Labyrinth Disorders",
"Endocrine Disorders",
"Eye Disorders",
"Gastrointestinal Disorders",
"General Disorders",
"Hepatobiliary Disorders",
"Immune System Disorders",
"Infections and Infestations",
"Injury, Poisoning and Procedural Complications",
"Investigations",
"Metabolism and Nutrition Disorders",
"Musculoskeletal and Connective Tissue Disorders",
"Neoplasms Benign, Malignant and Unspecified (Including Cysts and Polyps)",
"Nervous System Disorders",
"Pregnancy, Puerperium and Perinatal Conditions",
"Product Issues",
"Psychiatric Disorders",
"Renal and Urinary Disorders",
"Reproductive System and Breast Disorders",
"Respiratory, Thoracic and Mediastinal Disorders",
"Skin and Subcutaneous Tissue Disorders",
"Social Circumstances",
"Surgical and Medical Procedures",
"Vascular Disorders"
],
"type": "string"
},
"type": "array"
}
},
"required": [
"nct_ids"
],
"type": "object"
}Examples (1)
Default Extract Clinical Trial Adverse Events call
public-safeinput
{
"nct_ids": [],
"organ_systems": []
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_extract_clinical_trial_adverse_events
- Tool name
- extract_clinical_trial_adverse_events
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse