Weather Israel MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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 | Launch a persistent Chromium browser and open the Israel weather forecast page. Opens https://www.weather2day.co.il/forecast in a visible (non-headless) browser so subsequent Israel weather tools can reuse the same session. |
| enter_weather_forecast_city_israelC | Type a city name into the weather2day search box. Args: city_name: City name to search for (Hebrew or English), e.g. ירושלים or Jerusalem. |
| select_weather_forecast_city_israelA | Click the first city suggestion in the dropdown and wait for the forecast page. |
| extract_weather_data_israelA | Extract clean inner text from the current Israel weather page for LLM context. |
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 purpose in a sequential workflow: open browser, enter city, select suggestion, extract data. No overlap or ambiguity.
All tool names follow the verb_..._israel pattern with snake_case, maintaining a consistent style across the set.
4 tools is appropriate for the simple workflow of opening a browser, searching for a city, selecting, and extracting data. Not over- or under-scoped.
Covers the primary workflow well, but lacks a tool to close the browser or handle errors, which is a minor gap for real-world use.