dallas_nws_alerts
Retrieve active NWS alerts (tornado, flood, heat, freeze, fire weather) for a Dallas address. Returns severity, urgency, headline, description, and expiration. Defaults to central Dallas.
Instructions
Active National Weather Service alerts (severe thunderstorm, tornado, flood, heat, freeze, fire weather) for a specific Dallas location. Defaults to central Dallas when no address is supplied. Returns severity, urgency, headline, description, and expiration time for every active alert covering the point. Authoritative source: National Weather Service (api.weather.gov).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lat | No | Latitude (WGS-84). Use with lng to skip geocoding. | |
| lng | No | Longitude (WGS-84). Use with lat to skip geocoding. | |
| address | No | Street address to check. Will be geocoded. If omitted, defaults to central Dallas. |