Skip to main content
Glama
Sh4960

Weather Israel MCP Server

by Sh4960

enter_weather_forecast_city_israel

Enter a Hebrew city name into the weather search field to retrieve forecast data for Israeli cities.

Instructions

Step 2: Enters the requested city name into the search field on the weather site.

Args: city_name: The name of the city in Hebrew (e.g. 'ירושלים', 'תל אביב', 'חיפה').

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
city_nameYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A4.1/5.0
Behavior3/5

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

With no annotations, the description carries the transparency burden. It clearly discloses that the tool types a city name into a search field, but it does not mention side effects such as whether it clears existing text, waits for suggestions, or submits the search. The behavior is adequately stated for a simple input action, but not deeply detailed.

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 short and front-loaded with the action and step context. The Args block is minimal and directly maps to the single parameter; no unnecessary words or redundant schema repetition.

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 one-parameter automation step with an output schema present, the description covers the essentials: what to enter, where, and in what format. The main gap is not explicitly referencing the surrounding workflow, but 'Step 2' provides enough orientation.

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 coverage is 0%, so the description must add param meaning, and it does. It specifies that city_name must be in Hebrew and provides concrete examples ('ירושלים', 'תל אביב', 'חיפה'), which the schema completely omits.

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 states a specific action ('Enters') on a specific resource ('the requested city name into the search field on the weather site'). This clearly differentiates it from siblings like select_weather_forecast_city_israel and get_weather_forecast_content_israel.

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

Usage Guidelines3/5

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

The explicit 'Step 2' marker gives some sequencing context, implying this runs after opening the site and before selecting a result. However, it does not name alternatives, state when not to use it, or describe the relationship to sibling tools directly.

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

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/Sh4960/MCP_with_Playwright_Project'

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