Skip to main content
Glama
zsozsesz
by zsozsesz

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": true
}
prompts
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_alertsB

Get weather alerts for a state

get_forecastB

Get weather forecast for a location

Prompts

Interactive templates invoked by user choice

NameDescription
weather-briefingGenerate a comprehensive weather briefing for a US state, including active alerts and forecast

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 2 tools

Disambiguation5/5

The two tools serve completely distinct purposes: one for weather alerts and one for forecasts, making misselection unlikely.

Naming Consistency5/5

Both tools follow the consistent verb_noun pattern using snake_case: get_alerts and get_forecast.

Tool Count3/5

With only 2 tools, the server feels thin; weather services typically benefit from additional tools like current conditions or hourly forecasts.

Completeness3/5

The set covers alerts and forecasts but misses common weather operations such as current conditions, historical data, or location search.

Maintenance

ActivityInactive
ResponsivenessNo issues