get_chemical_by_id
Retrieve detailed chemical information from the SureChEMBL database by entering a specific SureChEMBL chemical ID. Useful for accessing patent-related chemical data efficiently.
Instructions
Get detailed chemical information by SureChEMBL chemical ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
chemical_id | Yes | SureChEMBL chemical ID (numeric) |
Input Schema (JSON Schema)
{
"properties": {
"chemical_id": {
"description": "SureChEMBL chemical ID (numeric)",
"type": "string"
}
},
"required": [
"chemical_id"
],
"type": "object"
}