extract_weather_forecast_israel
Extract current conditions and hourly weather forecast from an open Israeli weather page as clean markdown. Returns temperature, wind, humidity, sunrise, sunset, and up to 10 days of forecast.
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 |