extract_weather_forecast_israel
Extract current conditions and hourly weather forecast for Israeli cities from the currently open page, output as clean markdown.
Instructions
Read the forecast off the page that is currently open, as clean markdown.
Call this after select_weather_forecast_city_israel, and call it with NO
arguments. The defaults already return the current conditions (temperature,
wind, gust, wind direction, humidity, sunrise, sunset, last update) plus three
days of hourly forecast, which is enough for almost any question. Shrinking
the window costs you the data you are about to be asked about.
Args:
max_days: Days of hourly forecast. Leave unset unless the user explicitly
asks about several days ahead. Clamped to 1-10.
max_hours_per_day: Hours per day. Leave unset. Clamped to 3-24.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_days | No | ||
| max_hours_per_day | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |