Weather Forecast (3-day)
weather.weatherapi.forecastGet a 3-day weather forecast with daily min/max temperature, conditions, wind, precipitation, humidity, rain/snow chance, and UV index for any location.
Instructions
Get 3-day weather forecast — daily min/max temperature, conditions, wind, precipitation, humidity, rain/snow chance, UV index. Accepts any location query (WeatherAPI.com)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | Location query — city name, coordinates, zip code, or airport code | |
| days | No | Forecast days (1-3, default 3) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |