Back to catalog
Cortexa research tool·drug discovery·faers_analytics
FAERS Filter Serious Events
Filter for serious adverse events (death, hospitalization, disability, life-threatening). Returns top reactions meeting seriousness criteria. Example: fulvestrant serious events → Death: 150 cases, Hospitalization: 500 cases. Use for risk-benefit assessment.
Livelast probed 2026-05-01 01:00Z· 106msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 106ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"adverse_event": {
"description": "Specific adverse event MedDRA term to filter within serious events (e.g., MYOCARDIAL INFARCTION, DEATH). Use uppercase MedDRA PT terms.",
"type": "string"
},
"drug": {
"description": "Alias for drug_name. Generic drug name.",
"type": "string"
},
"drug_name": {
"description": "Generic drug name",
"type": "string"
},
"event_type": {
"description": "Alias for seriousness_type. Type of serious event (e.g., hospitalization, death, life_threatening).",
"type": "string"
},
"operation": {
"const": "filter_serious_events",
"description": "Operation type (fixed)"
},
"seriousness_type": {
"default": "all",
"description": "Type of serious event to filter",
"enum": [
"all",
"death",
"hospitalization",
"disability",
"life_threatening"
],
"type": "string"
}
},
"required": [],
"type": "object"
}Examples (1)
Default FAERS Filter Serious Events call
public-safeinput
{}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_FAERS_filter_serious_events
- Tool name
- FAERS_filter_serious_events
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse