Get Compound Safety
pubchem_get_compound_safetyRetrieve GHS hazard classification, signal word, pictograms, hazard and precautionary statements for compounds by PubChem CID. Includes source attribution.
Instructions
Get GHS (Globally Harmonized System) hazard classification and safety data for one or more compounds by CID. Returns signal word, pictograms, hazard statements (H-codes), and precautionary statements (P-codes) per compound. Data sourced from PubChem depositors — source attribution included.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cids | Yes | PubChem Compound IDs to fetch safety data for (1-25). Resolve from names/SMILES with pubchem_search_compounds. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| results | Yes | Safety results, one per requested CID (input order preserved). | |
| requestedCount | Yes | CIDs requested. | |
| withDataCount | Yes | CIDs with GHS safety data available. | |
| notice | No | Cross-tool guidance when one or more CIDs have no GHS data, pointing to an alternative source. |