weather-Israel
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ANTHROPIC_API_KEY | Yes | Your Anthropic API key |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| open_weather_forecast_israelA | Open a browser and navigate to the Israeli weather forecast website (weather2day.co.il/forecast). Call this first, before searching for a city. |
| enter_weather_forecast_city_israelA | Type a city name into the forecast website's search field. Args: city: The Hebrew (or English) name of the Israeli city to search for, e.g. "תל אביב" or "חיפה". |
| select_weather_forecast_city_israelA | Select the first city suggestion from the search dropdown that appeared after enter_weather_forecast_city_israel was called, and navigate to that city's forecast page. |
| get_weather_forecast_content_israelA | Extract and clean the text content of the currently open forecast page, so the LLM can read the forecast directly and answer the user's question without the user needing to look at the browser themselves. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 4 tools
Each tool has a distinct role: opening browser, entering city name, selecting from dropdown, and extracting content. No overlap.
All tools follow a consistent 'verb_weather_forecast_x_israel' pattern, though names are verbose.
4 tools are appropriate for the simple workflow of retrieving a city weather forecast.
Covers the full pipeline from opening site to reading forecast; missing a cleanup or error recovery tool.