get_forecast
Retrieve a National Weather Service forecast for any US location by providing its latitude and longitude coordinates, returning current and upcoming weather conditions for that area.
Instructions
Get a National Weather Service forecast for a US latitude/longitude.
Args: latitude: Latitude in decimal degrees (e.g. 40.7128 for NYC). longitude: Longitude in decimal degrees (e.g. -74.0060 for NYC).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| latitude | Yes | ||
| longitude | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |