get_forecast
Get a weather forecast for a specific location using latitude and longitude. Returns National Weather Service data including temperature, wind, and precipitation.
Instructions
Get weather forecast for a location.
Args: latitude: Latitude of the location longitude: Longitude of the location
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| latitude | Yes | ||
| longitude | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |