get_target_pathways
Retrieve biological pathways linked to a specific target using its ChEMBL ID on the ChEMBL MCP Server.
Instructions
Get biological pathways associated with a target
Input Schema
Name | Required | Description | Default |
---|---|---|---|
target_chembl_id | Yes | ChEMBL target ID |
Input Schema (JSON Schema)
{
"properties": {
"target_chembl_id": {
"description": "ChEMBL target ID",
"type": "string"
}
},
"required": [
"target_chembl_id"
],
"type": "object"
}