Back to catalog
Cortexa research tool·drug discovery·faers_analytics
FAERS Compare Drugs
Compare safety signals for two drugs with the same adverse event. Returns ROR/PRR/IC for both drugs with comparative analysis. Example: compare fulvestrant vs tamoxifen for hepatotoxicity. Use for safety benchmarking.
Livelast probed 2026-04-30 23:07Z· 110msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 110ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"adverse_event": {
"description": "MedDRA Preferred Term to compare. Use exact MedDRA Preferred Term capitalization (e.g., \"Haemorrhage\" not \"hemorrhage\").",
"type": "string"
},
"drug1": {
"description": "First drug name (generic)",
"type": "string"
},
"drug2": {
"description": "Second drug name (generic)",
"type": "string"
},
"drugs": {
"description": "Alias for drug1/drug2. List of two drug names to compare, e.g., [\"tofacitinib\", \"baricitinib\"].",
"items": {
"type": "string"
},
"type": "array"
},
"operation": {
"const": "compare_drugs",
"description": "Operation type (fixed)"
},
"reaction": {
"description": "Alias for adverse_event. MedDRA Preferred Term for the adverse drug reaction.",
"type": "string"
}
},
"required": [],
"type": "object"
}Examples (1)
Default FAERS Compare Drugs call
public-safeinput
{
"drugs": []
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_FAERS_compare_drugs
- Tool name
- FAERS_compare_drugs
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse