Skip to main content
Glama
Sh4960

Weather Israel MCP Server

by Sh4960

select_weather_forecast_city_israel

Selects the first autocomplete result for an Israeli city to retrieve its weather forecast. Use after entering the city name to finalize location selection.

Instructions

Step 3: Selects the first city result from the autocomplete dropdown list. Call this right after enter_weather_forecast_city_israel.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A4.5/5.0
Behavior4/5

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

With no annotations, the description carries the transparency burden. It discloses the action (selecting a city result), the target (first result), and the prerequisite (after entering the city). It does not mention failure cases, but for a simple selection step this is adequate.

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 two sentences with no filler. It front-loads the action and workflow step, then adds the only necessary sequencing instruction. Every sentence earns its place.

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

Completeness5/5

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

For a zero-parameter UI interaction step, the description is complete: it names the step, the action, the target, and the required preceding tool. The output schema covers return values, so no additional output documentation is needed.

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 tool has zero parameters and an empty input schema, so the description does not need to document parameter behavior. The baseline of 4 applies because no parameter explanation is required.

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 uses a specific verb ('Selects') and a concrete resource ('the first city result from the autocomplete dropdown list'). It also distinguishes itself from the sibling enter_weather_forecast_city_israel by clarifying that this tool selects rather than enters a city.

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

Usage Guidelines4/5

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

The description explicitly states when to call the tool: 'right after enter_weather_forecast_city_israel.' It provides clear workflow context but does not explicitly name alternatives or state when not to use it.

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