PubChemTox Get Ghs Classification
Get GHS (Globally Harmonized System) hazard classification for a chemical compound from PubChem. Returns hazard pictograms, signal words (Danger/Warning), GHS hazard statements (e.g., H301 'Toxic if swallowed'), and precautionary statements. GHS is the UN system for identifying hazardous chemicals. Can look up by PubChem CID or compound name. For example, arsenic (CID 5359596) has pictograms for Acute Toxic and Environmental Hazard with signal word 'Danger', while aspirin (CID 2244) has signal…
Overview
Get GHS (Globally Harmonized System) hazard classification for a chemical compound from PubChem. Returns hazard pictograms, signal words (Danger/Warning), GHS hazard statements (e.g., H301 'Toxic if swallowed'), and precautionary statements. GHS is the UN system for identifying hazardous chemicals. Can look up by PubChem CID or compound name. For example, arsenic (CID 5359596) has pictograms for Acute Toxic and Environmental Hazard with signal word 'Danger', while aspirin (CID 2244) has signal word 'Warning' with H302 'Harmful if swallowed'. Use this to assess chemical hazards and safety requirements.
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 89ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"cid": {
"description": "PubChem Compound ID. Examples: 5359596 (arsenic), 2244 (aspirin), 702 (ethanol), 5462309 (cadmium), 24524 (formaldehyde).",
"type": [
"integer",
"null"
]
},
"compound_name": {
"description": "Compound name (used if cid is not provided). Examples: 'arsenic', 'aspirin', 'formaldehyde', 'benzene', 'mercury'.",
"type": [
"string",
"null"
]
}
},
"required": [],
"type": "object"
}Examples (1)
Default PubChemTox Get Ghs Classification call
{}Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_PubChemTox_get_ghs_classification
- Tool name
- PubChemTox_get_ghs_classification
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse