USGS Water
hazards__usgs-waterRetrieve real-time USGS water monitoring data for streamflow and gage height to assess flood risks and water conditions.
Instructions
[Hazards & Disasters Agent] Get real-time water data (streamflow, gage height) from USGS water monitoring sites. Source: USGS Water Services (Public Domain), updates real-time. Returns the Katzilla envelope { data, quality, citation } — quality scores freshness/uptime/confidence; citation carries the source URL, license, and a SHA-256 data hash for audit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sites | Yes | USGS site number(s), comma-separated (e.g. 01646500) | |
| parameterCd | No | Parameter codes: 00060=discharge, 00065=gage height. Comma-separated. | 00060,00065 |
| period | No | ISO 8601 duration for data period (e.g. P1D, P7D) | P1D |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Structured payload from the upstream source. | |
| text | No | Pre-rendered text representation, when applicable. | |
| quality | Yes | Quality scorecard: freshness, uptime, completeness, confidence, certainty. | |
| citation | Yes | Provenance block — source, license, retrieval timestamp, SHA-256 data hash, pre-formatted citation text. |