Back to catalog
Cortexa research tool·drug discovery·ChEMBL
ChEMBL Get Drug Mechanisms
Get mechanisms of action for a drug by ChEMBL drug ID or drug name. Accepts drug_chembl_id (e.g., 'CHEMBL1201581') or drug_name (e.g., 'trastuzumab') — drug_name triggers automatic ChEMBL ID lookup.
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": {
"chembl_id": {
"description": "Alias for drug_chembl_id. ChEMBL ID (e.g., \"CHEMBL3301622\").",
"type": "string"
},
"drug_chembl_id": {
"description": "ChEMBL drug/molecule ID (e.g., \"CHEMBL1201581\" for adalimumab, \"CHEMBL4535757\" for sotorasib).",
"type": "string"
},
"drug_name": {
"description": "Drug name for automatic ChEMBL ID lookup (e.g., \"trastuzumab\", \"lapatinib\", \"aspirin\"). Case-insensitive. Triggers internal ChEMBL molecule search — use drug_chembl_id if you already know the ID.",
"type": "string"
},
"limit": {
"default": 20,
"maximum": 1000,
"type": "integer"
},
"molecule_chembl_id": {
"description": "Alias for drug_chembl_id. ChEMBL molecule ID (e.g., \"CHEMBL25\" for aspirin).",
"type": "string"
},
"offset": {
"default": 0,
"type": "integer"
}
},
"required": [],
"type": "object"
}Examples (1)
Default ChEMBL Get Drug Mechanisms call
public-safeinput
{
"limit": 3,
"offset": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_ChEMBL_get_drug_mechanisms
- Tool name
- ChEMBL_get_drug_mechanisms
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse