Back to catalog
Cortexa research tool·drug discovery·sider
SIDER Get Drug Side Effects
Get the list of known side effects for a drug from SIDER, including frequency data when available. Side effects are extracted from drug labels and include MedDRA codes, frequency percentages from clinical trials (e.g., '21% - 57.5%'), and placebo comparison rates. Provide either a drug name (will auto-search) or a SIDER drug ID from SIDER_search_drug. Returns adverse reactions recorded in official drug labels.
Livelast probed 2026-04-30 23:07Z· 112msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 112ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"drug_name": {
"description": "Drug name (e.g., 'ibuprofen', 'metformin'). Will search SIDER and use first match. Mutually exclusive with sider_drug_id.",
"type": [
"string",
"null"
]
},
"limit": {
"default": 50,
"description": "Maximum number of side effects to return (default: 50)",
"maximum": 500,
"minimum": 1,
"type": "integer"
},
"operation": {
"description": "Operation type",
"enum": [
"get_side_effects"
],
"type": "string"
},
"sider_drug_id": {
"description": "SIDER drug ID (PubChem CID) from SIDER_search_drug results (e.g., '3672' for ibuprofen, '4091' for metformin)",
"type": [
"string",
"null"
]
}
},
"required": [
"operation"
],
"type": "object"
}Examples (1)
Default SIDER Get Drug Side Effects 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_drug_side_effects
- Tool name
- SIDER_get_drug_side_effects
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse