Back to catalog
Cortexa research tool·drug discovery·sider
SIDER Search Side Effect
Search for a side effect by name in SIDER. Returns matching side effects with their MedDRA codes (UMLS CUIs). Use this to find the correct MedDRA code for a side effect before querying SIDER_get_drugs_for_side_effect. SIDER uses MedDRA (Medical Dictionary for Regulatory Activities) terminology for standardized adverse event reporting.
Livelast probed 2026-04-30 23:07Z· 111msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 111ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"operation": {
"description": "Operation type",
"enum": [
"search_side_effect"
],
"type": "string"
},
"side_effect_name": {
"description": "Side effect name to search (e.g., 'headache', 'nausea', 'diarrhea', 'liver')",
"type": "string"
}
},
"required": [
"operation",
"side_effect_name"
],
"type": "object"
}Examples (1)
Default SIDER Search Side Effect call
public-safeinput
{
"operation": "",
"side_effect_name": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_SIDER_search_side_effect
- Tool name
- SIDER_search_side_effect
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse