Skip to main content
Glama
ls3890

Israel Weather MCP Server

by ls3890

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

פותח את דפדפן האינטרנט ומנווט לאתר תחזית מזג האוויר בישראל.

enter_weather_forecast_city_israelC

מזין את שם העיר המבוקשת בשדה החיפוש באתר.

select_weather_forecast_city_israelA

בוחר את התוצאה הראשונה מהרשימה הנפתחת שנפתחה בעקבות החיפוש.

extract_weather_page_contentA

מחלץ את תוכן הטקסט מהעמוד הנוכחי בדפדפן עבור ה-LLM.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 4 tools

Disambiguation5/5

Each tool performs a distinct, sequential step: opening the browser, entering a city, selecting a result, and extracting content. There is no overlap or ambiguity between them.

Naming Consistency4/5

Most tools follow a verb_weather_forecast_city_israel pattern, but extract_weather_page_content deviates by omitting 'weather_forecast' and 'israel'. The overall style is consistent snake_case with clear verbs.

Tool Count5/5

With only 4 tools, the set is tightly scoped to a single browser automation workflow. Each tool is necessary and none feel extraneous.

Completeness4/5

The tools cover the full workflow from opening the site to extracting the forecast. Minor gaps exist such as no explicit error handling or navigation to a new city, but the core process is complete.

Maintenance

ActivitySlowing
ResponsivenessNo issues