dfw_nws_alerts
Check active National Weather Service alerts (severe thunderstorm, tornado, flood, heat, freeze, fire weather) for any DFW address, defaulting to downtown Dallas. Returns severity, urgency, headline, area, and expiration.
Instructions
Active National Weather Service alerts (severe thunderstorm, tornado, flood, heat, freeze, fire weather) for a DFW location. Defaults to downtown Dallas when no address is supplied. Returns severity, urgency, headline, area, and expiration for each active alert covering the point. 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 (geocoded). Example: "1500 Marilla St Dallas TX". Defaults to downtown Dallas. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | Number of results in this page. | |
| query | No | Echo of the input filters. | |
| offset | No | Current page offset for pagination. | |
| results | Yes | Result rows. | |
| nextCursor | No | Opaque pagination cursor for the next page; null if no more results. |