extract_weather_forecast_israel
Get a clean markdown forecast from the currently open weather page, including current conditions and three days of hourly data for Israeli cities.
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 |