epa_water_or_air_violations
ActiveTool of io.github.blackboxfoundry/livedatalink
Report a facility's air (Clean Air Act) or water (Clean Water Act / Safe Drinking Water Act) violations and the related compliance summaries. Set media to 'air', 'water', or 'all'. Requires an EPA Registry ID.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"registry_id"
],
"properties": {
"media": {
"enum": [
"air",
"water",
"all"
],
"type": "string",
"description": "Which media to report: 'air', 'water', or 'all' (default 'all')."
},
"registry_id": {
"type": "string",
"description": "EPA Registry ID (FRS ID), the numeric facility identifier returned by epa_facility_search (e.g. '110001136271')."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.blackboxfoundry/livedatalink
https://github.com/blackboxfoundry/livedatalink
2/7 registries