Back to catalog
Cortexa research tool·drug discovery·fda_drug_adverse_event
FAERS Count Additive Seriousness Classification
Quantify serious vs non-serious classifications across medicinal products. Only medicinalproducts is required; all other filters (patientsex, patientagegroup, occurcountry) are optional. Use filters sparingly to avoid overly restrictive searches. Data source: FDA Adverse Event Reporting System (FAERS).
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": {
"medicinalproducts": {
"description": "Array of medicinal product names.",
"items": {
"type": "string"
},
"type": "array"
},
"occurcountry": {
"description": "Optional: Filter by country where event occurred (ISO2 code, e.g., 'US', 'GB'). Omit this parameter if you don't want to filter by country.",
"pattern": "^[A-Z]{2}$",
"type": "string"
},
"patientagegroup": {
"description": "Optional: Filter by patient age group. Omit this parameter if you don't want to filter by age.",
"enum": [
"Neonate",
"Infant",
"Child",
"Adolescent",
"Adult",
"Elderly"
],
"type": "string"
},
"patientsex": {
"description": "Optional: Filter by patient sex. Omit this parameter if you don't want to filter by sex.",
"enum": [
"Male",
"Female"
],
"type": "string"
}
},
"required": [
"medicinalproducts"
],
"type": "object"
}Examples (1)
Default FAERS Count Additive Seriousness Classification call
public-safeinput
{
"medicinalproducts": []
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_FAERS_count_additive_seriousness_classification
- Tool name
- FAERS_count_additive_seriousness_classification
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse