nws_alerts_active
Retrieve current National Weather Service alerts for a state, zone, or coordinates. Filter by severity or urgency to identify active tornado warnings, flood watches, and storm advisories.
Instructions
Get currently-active NWS weather alerts (tornado warnings, flood watches, winter storm advisories, etc.) filtered by area (state), zone, or point. Pass at most one of area/zone/point. Severity and urgency filters are optional.
Without a geographic filter this returns ALL active U.S. alerts (often hundreds) — capped to limit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| area | No | Two-letter state/territory code (e.g. 'CA', 'TX', 'PR') | |
| zone | No | Forecast zone ID (e.g. 'CAZ006') | |
| limit | No | Max alerts to return (default 50) | |
| point | No | 'lat,lon' string (e.g. '38.89,-77.04') | |
| status | No | ||
| urgency | No | ||
| severity | No | ||
| message_type | No |