get_compound_info
Retrieve comprehensive details about a compound by providing its ChEMBL ID, such as CHEMBL59, using this tool on the ChEMBL MCP Server.
Instructions
Get detailed information for a specific compound by ChEMBL ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
chembl_id | Yes | ChEMBL compound ID (e.g., CHEMBL59) |
Input Schema (JSON Schema)
{
"properties": {
"chembl_id": {
"description": "ChEMBL compound ID (e.g., CHEMBL59)",
"type": "string"
}
},
"required": [
"chembl_id"
],
"type": "object"
}