get_weather_forecast
Retrieve weather forecasts for US locations using latitude and longitude coordinates. Provides current conditions and 7-day forecasts from NOAA data sources.
Instructions
Get weather forecast for a US location by coordinates.
Args:
latitude: Latitude of the location (e.g., 38.8894 for Washington DC)
longitude: Longitude of the location (e.g., -77.0352 for Washington DC)
Returns:
Current conditions and 7-day forecast from NOAAInput Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| latitude | Yes | ||
| longitude | Yes |