Skip to main content
Glama
shoshi-raz

mcp-playwright-weather-israel

by shoshi-raz

enter_weather_forecast_city_israel

Enter a city name to search for an Israeli weather forecast, triggering a dropdown of matching cities for selection.

Instructions

Enters city name in the search field and waits for dropdown to appear.

Args: city_name: Name of the city to search for.

Returns: Success message if city entered and dropdown appeared, error message otherwise.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
city_nameYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It does disclose that the tool waits for the dropdown to appear and returns a success or error message. However, it omits important details such as prerequisites (e.g., the page must be open), what happens if the dropdown never appears, and whether the action has side effects beyond entering text.

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

Conciseness4/5

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

The description is concise and well-structured with Args and Returns sections. It avoids redundancy and is appropriately sized for a tool with a single parameter. The only minor issue is a slight redundancy between the stated returns and the presence of an output schema, but overall it is efficient.

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

Completeness2/5

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

For a tool with one parameter, the description covers the basic action and result, but it lacks workflow context. It does not mention that this is part of a sequence (open → enter → select → get), nor does it specify preconditions such as the search field being visible or the page having been opened. The dropdown appearance condition is stated, but failure modes and prerequisites are lacking.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate for the parameter. The Args section adds only a minimal explanation ('Name of the city to search for'), which adds little beyond the schema title 'City Name'. It does not specify acceptable formats, the Israeli city context, or that the input should match a dropdown option.

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's action ('Enters city name in the search field') and the resource being acted upon, and it waits for a dropdown. This specific verb+resource structure distinguishes it from sibling tools like 'open,' 'select,' and 'get content,' which represent different actions in the workflow.

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

Usage Guidelines2/5

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

The description provides no explicit guidance on when to use this tool versus alternatives. It does not mention that it should follow 'open_weather_forecast_israel' or precede 'select_weather_forecast_city_israel'. The usage context is only implied by the tool name and sibling list, not stated in the description.

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/shoshi-raz/mcp-playwright-weather'

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