get_chemical_properties
Retrieve molecular properties and descriptors for a chemical using its SureChEMBL ID to analyze and evaluate its characteristics in chemical patent research.
Instructions
Get molecular properties and descriptors for a chemical by ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
chemical_id | Yes | SureChEMBL chemical ID |
Input Schema (JSON Schema)
{
"properties": {
"chemical_id": {
"description": "SureChEMBL chemical ID",
"type": "string"
}
},
"required": [
"chemical_id"
],
"type": "object"
}