You're viewing a demo portfolio

Join the waitlist
PRSM

chemical_hazards

Active

Tool of io.github.blackboxfoundry/livedatalink

declared in 1.0.0

Return the public GHS (Globally Harmonized System) hazard classification for a chemical from the NIH/NLM PubChem database (keyless, public-domain data). Given a chemical name or PubChem CID, it resolves the compound and returns the GHS signal word (Danger/Warning) and the list of GHS hazard statements (e.g. 'H302: Harmful if swallowed'). If PubChem has no GHS classification on file for the compound, that is reported gracefully. This is informational public GHS classification data, not regulatory guidance or a safety data sheet - verify against an official SDS before handling any chemical.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "query"
  ],
  "properties": {
    "query": {
      "type": "string",
      "description": "A chemical name (e.g. 'acetone', 'aspirin') or a numeric PubChem CID."
    }
  },
  "additionalProperties": false
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

io.github.blackboxfoundry/livedatalink

https://github.com/blackboxfoundry/livedatalink

2/7 registries
View full server →