Skip to main content
Glama
RachelMantel

MCP Playwright Weather Israel

by RachelMantel

extract_weather_forecast_israel

Extract current conditions and hourly weather forecast from an open Israeli weather page as clean markdown. Returns temperature, wind, humidity, sunrise, sunset, and up to 10 days of forecast.

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

TableJSON Schema
NameRequiredDescriptionDefault
max_daysNo
max_hours_per_dayNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries full burden. It discloses the read operation, default data (current conditions + 3 days hourly), and parameter clamping. It could mention what happens if the page isn't open, but the context implies proper sequencing.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise and front-loaded: purpose first, then usage context, then parameter details. Every sentence adds value without redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the output schema exists, the description doesn't need to explain return format. It covers all necessary context: sequence dependency, default behavior, parameter usage. The tool is simple and fully described.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema has no descriptions (0% coverage), so the description compensates fully. It explains max_days and max_hours_per_day with defaults, clamping, and strong guidance to leave unset unless needed.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool reads forecast from the current page as markdown. It also distinguishes from siblings by specifying it should be called after select_weather_forecast_city_israel, and that it requires no arguments by default.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly says when to call (after select_weather_forecast_city_israel), when to use parameters (only if user asks for several days), and warns against shrinking the window to avoid losing data.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/RachelMantel/mcp-playwright-weather'

If you have feedback or need assistance with the MCP directory API, please join our Discord server