env_weather
Retrieve current weather and multi-day forecasts for any location, including temperature, precipitation, wind, cloud cover, humidity, and visibility. Use it to plan outdoor work, events, agriculture, and travel.
Instructions
Get current weather and a multi-day forecast for a location.
Returns temperature, precipitation, wind, cloud cover, humidity and visibility from Open-Meteo -- no API key needed.
Useful for delivery and field-work scheduling, construction and outdoor event planning, agricultural spray windows, and travel decisions.
Note the free Open-Meteo tier is licensed for non-commercial use; set OPEN_METEO_API_KEY and OPEN_METEO_BASE_URL for commercial deployments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | Forecast days to return. | |
| location | Yes | Position, as coordinates or a place name. | |
| include_hourly | No | Include an hourly breakdown for the first 24 hours. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| meta | Yes | ||
| daily | No | ||
| current | No | ||
| latitude | Yes | ||
| timezone | No | ||
| longitude | Yes | ||
| hourly_summary | No |