Israel Weather 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 | פותח את דפדפן האינטרנט ומנווט לאתר תחזית מזג האוויר בישראל. |
| enter_weather_forecast_city_israelC | מזין את שם העיר המבוקשת בשדה החיפוש באתר. |
| select_weather_forecast_city_israelA | בוחר את התוצאה הראשונה מהרשימה הנפתחת שנפתחה בעקבות החיפוש. |
| extract_weather_page_contentA | מחלץ את תוכן הטקסט מהעמוד הנוכחי בדפדפן עבור ה-LLM. |
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 performs a distinct, sequential step: opening the browser, entering a city, selecting a result, and extracting content. There is no overlap or ambiguity between them.
Most tools follow a verb_weather_forecast_city_israel pattern, but extract_weather_page_content deviates by omitting 'weather_forecast' and 'israel'. The overall style is consistent snake_case with clear verbs.
With only 4 tools, the set is tightly scoped to a single browser automation workflow. Each tool is necessary and none feel extraneous.
The tools cover the full workflow from opening the site to extracting the forecast. Minor gaps exist such as no explicit error handling or navigation to a new city, but the core process is complete.