Skip to main content
Glama

select_weather_forecast_city_israel

Choose an Israeli city from the dropdown to retrieve its weather forecast.

Instructions

בחירת העיר מהרשימה הנפתחת.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

B3.3/5.0
Behavior2/5

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

No annotations are present, so the description carries the full burden of explaining behavior. It only names the selection action and does not disclose side effects, prerequisites such as whether the dropdown must already be open, or what happens after selection.

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 a single short, front-loaded sentence with no filler or repetition. It is concise enough for a trivial UI action, though it is somewhat thin in substance.

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?

For a zero-input, no-output-schema UI action, the description is mostly adequate, but it omits the source of the target city value and prerequisites like an already-open dropdown. The action is identifiable, yet not fully contextualized among its siblings.

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?

The input schema has zero parameters, so there is no parameter-level information for the description to add. This matches the baseline for a no-parameter tool.

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 states a concrete action with a resource: selecting the city from a dropdown list. It is clear what the tool does and subtly differentiates this from the 'enter' sibling, though the distinction is not made explicit.

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 phrase 'from the dropdown list' implies this is used when a list of cities is available and a choice must be made, but the description gives no explicit when-to-use or when-not-to-use guidance relative to open, enter, or extract siblings.

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