get_safety_data
Retrieve GHS hazard classifications and safety information for chemical compounds using PubChem Compound ID to assess chemical risks and handling requirements.
Instructions
Get GHS hazard classifications and safety 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"
}