get_mechanism_of_action
Retrieve detailed mechanism of action and target interaction data for a specific compound using its ChEMBL ID. Essential for understanding compound-target relationships in drug discovery.
Instructions
Get mechanism of action and target interaction data
Input Schema
Name | Required | Description | Default |
---|---|---|---|
chembl_id | Yes | ChEMBL compound ID |
Input Schema (JSON Schema)
{
"properties": {
"chembl_id": {
"description": "ChEMBL compound ID",
"type": "string"
}
},
"required": [
"chembl_id"
],
"type": "object"
}