analyze_stereochemistry
Analyze stereochemistry, chirality, and isomer information for chemical compounds using PubChem Compound ID to determine molecular structure configurations.
Instructions
Analyze stereochemistry, chirality, and isomer information
Input Schema
Name | Required | Description | Default |
---|---|---|---|
cid | Yes | PubChem Compound ID (CID) |
Input Schema (JSON Schema)
{
"properties": {
"cid": {
"description": "PubChem Compound ID (CID)",
"type": [
"number",
"string"
]
}
},
"required": [
"cid"
],
"type": "object"
}