Get Weather Forecast
get-forecastRetrieve a five-period weather forecast for any US location using latitude and longitude coordinates from the National Weather Service.
Instructions
Get weather forecast for a location
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| latitude | Yes | Latitude of the location | |
| longitude | Yes | Longitude of the location |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| periods | Yes | The forecast periods, soonest first | |
| latitude | Yes | Latitude the forecast is for | |
| longitude | Yes | Longitude the forecast is for |