Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ANTHROPIC_API_KEYYesYour Anthropic API key

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

Open a browser and navigate to the Israeli weather forecast website (weather2day.co.il/forecast). Call this first, before searching for a city.

enter_weather_forecast_city_israelA

Type a city name into the forecast website's search field.

Args: city: The Hebrew (or English) name of the Israeli city to search for, e.g. "תל אביב" or "חיפה".

select_weather_forecast_city_israelA

Select the first city suggestion from the search dropdown that appeared after enter_weather_forecast_city_israel was called, and navigate to that city's forecast page.

get_weather_forecast_content_israelA

Extract and clean the text content of the currently open forecast page, so the LLM can read the forecast directly and answer the user's question without the user needing to look at the browser themselves.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.1/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a distinct role: opening browser, entering city name, selecting from dropdown, and extracting content. No overlap.

Naming Consistency4/5

All tools follow a consistent 'verb_weather_forecast_x_israel' pattern, though names are verbose.

Tool Count5/5

4 tools are appropriate for the simple workflow of retrieving a city weather forecast.

Completeness4/5

Covers the full pipeline from opening site to reading forecast; missing a cleanup or error recovery tool.

Maintenance

ActivityInactive
ResponsivenessNo issues