Skip to main content
Glama
yael3222664-alt

Weather Israel MCP Server

enter_weather_forecast_city_israel

Enter a city name to get its weather forecast. Automates the city search on the Israeli weather forecast page.

Instructions

Enters a city name into the search input field on the weather forecast page.

Args: city: The name of the city to search for

Returns: A message indicating success or failure

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cityYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, and the description only mentions 'enters a city name' and a generic success/failure return message. It fails to disclose whether previous input is cleared, if the action triggers a search, or any side effects on the page state.

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 short and includes structured Args/Returns sections, making it easy to parse. However, it could be slightly more concise by removing redundant phrasing.

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

Completeness4/5

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

For a simple action with one parameter, the description covers the basic purpose and return value. The presence of an output schema (though not detailed) reduces the need to explain return structure. However, it lacks mention of any prerequisites or page state.

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

Parameters3/5

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

Schema description coverage is 0%, and the description adds a brief explanation for the 'city' parameter ('The name of the city to search for'), but this is essentially a restatement of the schema field title. No additional constraints, formats, or examples are provided.

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 action ('enters a city name') and the target ('search input field on the weather forecast page'), distinguishing it from siblings like 'select_weather_forecast_city_israel' which likely involves selection rather than text entry.

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 guidance on when to use this tool versus siblings such as 'select_weather_forecast_city_israel' or 'open_weather_forecast_israel', leaving the agent to infer context.

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/yael3222664-alt/MCP'

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