mcp-playwright-weather-israel
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| WEATHER_HEADLESS | No | If set to 'true', runs browser in headless mode. | false |
| WEATHER_SLOW_MO_MS | No | Slow motion delay in milliseconds. | 0 |
| WEATHER_TIMEOUT_MS | No | Timeout for navigation and selectors. | 45000 |
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 site. Call this first. It leaves the browser sitting on the forecast page with the city search box ready. Returns the page title and URL. |
| enter_weather_forecast_city_israelA | Type an Israeli city name into the forecast search box. |
| select_weather_forecast_city_israelA | Click a city from the autocomplete list and load its forecast page. |
| extract_weather_forecast_israelA | Read the forecast off the page that is currently open, as clean markdown. |
| close_weather_browser_israelA | Close the browser opened by these tools. Safe to call at any time. |
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 5 tools
Each tool serves a distinct step in the workflow: open, enter city, select suggestion, extract forecast, and close browser. No two tools overlap in purpose, and the descriptions make the sequence clear.
All tool names follow a consistent pattern: verb + weather-related noun + location suffix 'israel'. The verbs (open, enter, select, extract, close) are distinct and the naming style is uniformly snake_case.
Five tools is exactly the right size for a focused browser-automation workflow. Each tool is necessary and corresponds to a logical user action, with no redundancy or bloat.
The set covers the entire lifecycle from opening the weather site, searching and selecting a city, extracting the forecast, and closing the browser. The extraction tool even offers configurable depth, addressing potential user needs without missing steps.