Skip to main content
Glama

enter_weather_forecast_city_israel

Input a city name to fetch its weather forecast. This tool submits the city to the search field and returns the weather data for that Israeli location.

Instructions

הזנת שם העיר בשדה החיפוש.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
city_nameYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2.6/5.0
Behavior2/5

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

With no annotations, the description carries the full behavioral burden. It reveals only that a city name is typed into a search field, but does not disclose whether the action submits, overwrites existing text, requires a loaded page, or is idempotent. This is a thin behavioral disclosure for an action tool.

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

Conciseness3/5

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

The single sentence is short and front-loaded with no fluff, but it is under-specified. It is not as egregious as a one-word tautology, yet there is no room for waste while important behavioral and workflow context is missing.

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 one-parameter tool with no annotations or output schema, the basic target is present, but the description fails to explain where this action fits in a workflow (before select? after open?) and what happens after entering the name. An agent cannot confidently sequence this tool among its siblings.

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 should compensate. It only repeats 'city name' (which equals the property name city_name) and adds the marginal context that the value goes into the search field. No format, example, language, or acceptable values are provided.

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 Hebrew description, 'Entering the city name in the search field,' clearly states a specific action and resource, making the core purpose understandable. It does not explicitly contrast with sibling tools like select_weather_forecast_city_israel or open_weather_forecast_israel, but the verb 'enter' differentiates it from 'select' and 'open' enough for a 4.

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 to call this tool versus the siblings: there is no mention of a preceding open action or a following select/extract step. The workflow context is only implied by the tool name, 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.