Skip to main content
Glama
atan2016
by atan2016

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
get_alertsA

Get weather alerts for a US state.

Args: state: Two-letter US state code (e.g. CA, NY)

get_forecastC

Get weather forecast for a location.

Args: latitude: Latitude of the location longitude: Longitude of the location

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 2 tools

Disambiguation5/5

The two tools, get_alerts and get_forecast, serve clearly distinct purposes: one for alerts by state, the other for forecast by coordinates. There is no overlap or ambiguity.

Naming Consistency5/5

Both tools follow the same `get_` prefix with a noun, forming a consistent and predictable verb_noun pattern.

Tool Count3/5

With only two tools, the server feels somewhat thin for a weather domain, but the selection is focused and each tool serves a meaningful purpose. It is on the borderline of being too few.

Completeness4/5

The server covers alerts and forecasts, two common weather needs, but lacks current conditions or other weather data. This is a minor gap, as the core functionality is present.

Maintenance

ActivitySlowing
ResponsivenessNo issues