Back to catalog
Cortexa research tool·drug discovery·sider
SIDER Get Drug Indications
Get the therapeutic indications for a drug from SIDER. Indications are medical conditions that a drug is approved to treat, extracted from the indications and usage sections of drug labels. Returns MedDRA-coded conditions with descriptions. Provide either a drug name or SIDER drug ID.
Livelast probed 2026-04-30 23:07Z· 91msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 91ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"drug_name": {
"description": "Drug name (e.g., 'aspirin', 'metformin'). Will search SIDER and use first match.",
"type": [
"string",
"null"
]
},
"operation": {
"description": "Operation type",
"enum": [
"get_indications"
],
"type": "string"
},
"sider_drug_id": {
"description": "SIDER drug ID (PubChem CID) from SIDER_search_drug (e.g., '2244' for aspirin)",
"type": [
"string",
"null"
]
}
},
"required": [
"operation"
],
"type": "object"
}Examples (1)
Default SIDER Get Drug Indications call
public-safeinput
{
"operation": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_SIDER_get_drug_indications
- Tool name
- SIDER_get_drug_indications
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse