get_external_references
Retrieve external database links (e.g., PubChem, DrugBank, PDB) by inputting a ChEMBL compound or target ID to enhance data accessibility and integration.
Instructions
Get links to external databases (PubChem, DrugBank, PDB, etc.)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
chembl_id | Yes | ChEMBL compound or target ID |
Input Schema (JSON Schema)
{
"properties": {
"chembl_id": {
"description": "ChEMBL compound or target ID",
"type": "string"
}
},
"required": [
"chembl_id"
],
"type": "object"
}