assess_drug_likeness
Evaluate drug-likeness of compounds using Lipinski Rule of Five and additional metrics by providing ChEMBL IDs or SMILES strings on the ChEMBL MCP Server.
Instructions
Assess drug-likeness using Lipinski Rule of Five and other metrics
Input Schema
Name | Required | Description | Default |
---|---|---|---|
chembl_id | No | ChEMBL compound ID | |
smiles | No | SMILES string (alternative to ChEMBL ID) |
Input Schema (JSON Schema)
{
"properties": {
"chembl_id": {
"description": "ChEMBL compound ID",
"type": "string"
},
"smiles": {
"description": "SMILES string (alternative to ChEMBL ID)",
"type": "string"
}
},
"required": [],
"type": "object"
}