get_alerts_near_coordinates
Retrieve active Environment Canada weather alerts by latitude and longitude. Enter coordinates to see nearby warnings, advisories, and alert status.
Instructions
Checks for weather alerts intersecting a specific latitude and longitude coordinate.
Args: latitude: Latitude in decimal degrees (e.g., 43.6532 for Toronto). longitude: Longitude in decimal degrees (e.g., -79.3832 for Toronto). language: Output language ('en' or 'fr'). Default is 'en'.
Returns: JSON string of alerts affecting the given coordinates. Each alert includes its 'status'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| language | No | en | |
| latitude | Yes | ||
| longitude | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |