Skip to main content
Glama
Sh4960

Weather Israel MCP Server

by Sh4960

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
open_weather_forecast_israelA

Step 1: Opens the browser and navigates to the Israel weather forecast homepage. Call this first before searching for a city.

enter_weather_forecast_city_israelA

Step 2: Enters the requested city name into the search field on the weather site.

Args: city_name: The name of the city in Hebrew (e.g. 'ירושלים', 'תל אביב', 'חיפה').

select_weather_forecast_city_israelA

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

get_weather_forecast_content_israelA

Step 4: Extracts text content from the loaded city weather page. Call this after select_weather_forecast_city_israel.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.2/5.0

Scored across 4 tools

Disambiguation4/5

Each tool is a distinct step in a sequential flow—open, enter, select, get—and the step numbers in descriptions make boundaries clear. The two city-related tools (enter and select) are slightly similar in name but their action verbs and descriptions differentiate them well.

Naming Consistency4/5

All tools follow a snake_case verb-first pattern and share a weather_forecast_israel domain prefix. Minor inconsistencies exist: open_weather_forecast_israel omits 'city,' and get_weather_forecast_content_israel uses 'content' instead of 'city,' but the pattern remains predictable.

Tool Count5/5

Four tools map directly to the four required browser-automation steps, and none feel redundant. This is a well-scoped size for a simple weather lookup workflow.

Completeness4/5

The tool set covers the full flow from opening the weather site to extracting the city forecast text, so agents can complete a basic lookup. It lacks structured forecast data or alternate input formats, but these are not core to the described workflow.

Maintenance

ActivitySlowing
ResponsivenessNo issues