Back to catalog
Cortexa research tool·drug discovery·sider
SIDER Get Drugs For Side Effect
Find all drugs associated with a specific side effect in SIDER. Returns drugs known to cause the given adverse reaction, with frequency information when available (e.g., '7%', '5% - 18%', 'postmarketing', 'common'). Provide either a MedDRA code (e.g., C0018681 for headache) or a side effect name (will auto-search). Useful for drug safety comparisons and adverse event analysis.
Livelast probed 2026-04-30 23:07Z· 86msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 86ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"limit": {
"default": 50,
"description": "Maximum number of drugs to return (default: 50)",
"maximum": 2000,
"minimum": 1,
"type": "integer"
},
"meddra_code": {
"description": "MedDRA concept code / UMLS CUI (e.g., 'C0018681' for headache, 'C0027497' for nausea)",
"type": [
"string",
"null"
]
},
"operation": {
"description": "Operation type",
"enum": [
"get_drugs_for_side_effect"
],
"type": "string"
},
"side_effect_name": {
"description": "Side effect name to search (e.g., 'headache', 'nausea', 'diarrhea'). Will search SIDER and use first match.",
"type": [
"string",
"null"
]
}
},
"required": [
"operation"
],
"type": "object"
}Examples (1)
Default SIDER Get Drugs For Side Effect call
public-safeinput
{
"limit": 3,
"operation": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_SIDER_get_drugs_for_side_effect
- Tool name
- SIDER_get_drugs_for_side_effect
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse