dispatch_get_alerts
Get active National Weather Service alerts for the DC metro region. Returns warnings, watches, advisories, and statements currently in effect.
Instructions
Get active National Weather Service alerts for the DC metro region.
Pulls from api.weather.gov for the DC area. Returns warnings, watches, advisories, and statements currently in effect.
Returns: str: JSON list of alert objects. Each alert includes: id (str), event (str, e.g. 'Winter Storm Warning'), headline (str), description (str), severity (str), certainty (str), urgency (str), effective (str), expires (str), areas (list[str]).
Examples: - "Are there any weather alerts for DC?" -> call, check array length - "Any tornado warnings active?" -> call, filter by event containing 'Tornado'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |