Skip to main content
Glama

open_weather_forecast_israel

Retrieve Israel's weather forecast by opening and navigating to the weather page, returning the result for further queries.

Instructions

Open browser and navigate to Israel weather forecast page.

Returns: dict: Operation result with open and ready page for further queries

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A3.8/5.0
Behavior3/5

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

With no annotations, the description must disclose behavior. It states that it opens a browser and returns a dict indicating the page is ready. However, it does not mention failure scenarios, what happens to the browser session, or any additional side effects beyond opening the page.

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 redundancy. The action is front-loaded, and the return value is briefly stated. Every sentence serves a purpose.

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 zero-parameter tool with no output schema, the description provides the core information: what it does and what it returns. It could mention the specific weather site or the relation to sibling tools, but for a simple browser-navigation operation, this is sufficiently complete.

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, so the schema fully covers the input. The description does not need to add parameter meaning, and the baseline of 4 applies. It correctly omits unnecessary parameter details.

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 clearly states the action: open a browser and navigate to the Israel weather forecast page. This is specific with a clear verb and resource, and it distinguishes itself from sibling tools that handle city entry, city selection, and page context extraction.

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?

There is no guidance on when to use this tool versus the siblings. It does not mention that it is a prerequisite for the other weather-related tools or any context for choosing it. The agent is left to infer usage.

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