Weather Alerts by US State (NWS)
weather.alerts.by_stateGet active weather alerts for US states: warnings, watches, and advisories with severity, urgency, description, area, and timing from NWS/NOAA.
Instructions
Active weather alerts for a specific US state — all warnings, watches, and advisories. Returns event, severity, urgency, description, area, timing (NWS/NOAA)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | Yes | US state code (e.g. "CA", "FL", "TX") | |
| limit | No | Max alerts (default 10, max 50) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |