Skip to main content
Glama
Efrat-Fr

Weather-MCP

by Efrat-Fr

enter_weather_forecast_city_israel

Enter a city name in Hebrew to retrieve its weather forecast from the Israeli forecast page.

Instructions

Type a city name into the search field on the Israeli forecast page.

Args: city: The name of the city to search for (in Hebrew)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cityYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

B3.4/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It transparently describes the action as typing into a search field, which is useful, but it does not say whether the field is cleared first, whether suggestions are expected to appear, or whether any submission occurs. There is no contradiction with annotations.

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 a clear action sentence followed by an Args block. Every sentence contributes useful information with no filler.

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

Completeness3/5

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

The tool is low-complexity and has an output schema, so return value details are not needed. However, with no annotations and a UI-automation context, the description omits prerequisite page state and the surrounding workflow with sibling tools, leaving some ambiguity for an agent navigating the full flow.

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

Parameters4/5

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

Schema description coverage is 0%, but the description fully documents the only parameter and adds the important constraint that the city name must be in Hebrew. This meaningfully supplements the bare schema definition.

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

Purpose4/5

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

The description states a concrete action ('Type a city name into the search field') and names the target resource ('the Israeli forecast page'). It makes the tool's role reasonably clear, though it does not explicitly distinguish it from the sibling select_weather_forecast_city_israel.

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?

No guidance is given about when this tool should be used relative to open_weather_forecast_israel, select_weather_forecast_city_israel, or get_weather_forecast_content_israel. The likely workflow is only implied by the sibling names.

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