NWS Alerts
hazards__nws-alertsRetrieve active weather alerts from the National Weather Service. Filter by state, severity, and urgency to monitor real-time hazards and disasters.
Instructions
[Hazards & Disasters Agent] Get active weather alerts from the National Weather Service. Filter by state, severity, and urgency. Source: National Weather Service (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 |
|---|---|---|---|
| area | No | Two-letter state abbreviation (e.g. CA, TX) | |
| severity | No | Filter by alert severity | |
| urgency | No | Filter by urgency (Immediate, Expected, Future, Unknown) | |
| limit | No | Maximum number of alerts to return |
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. |