Back to catalog
Cortexa research tool·drug discovery·compose
DrugSafetyAnalyzer
Comprehensive drug safety analysis combining adverse event data, literature review, and molecular information
Livelast probed 2026-04-30 23:07Z· 127msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 127ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"drug_name": {
"description": "Name of the drug to analyze",
"type": "string"
},
"patient_sex": {
"description": "Filter by patient sex (optional)",
"enum": [
"Male",
"Female"
],
"type": "string"
},
"serious_events_only": {
"default": false,
"description": "Focus only on serious adverse events",
"type": "boolean"
}
},
"required": [
"drug_name",
"patient_sex",
"serious_events_only"
],
"type": "object"
}Examples (1)
Default DrugSafetyAnalyzer call
public-safeinput
{
"drug_name": "",
"patient_sex": "",
"serious_events_only": false
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_DrugSafetyAnalyzer
- Tool name
- DrugSafetyAnalyzer
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse