Skip to main content
Glama
qurioskill

weather

by qurioskill

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_alertsB

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
weather_briefingAsk for a concise severe weather briefing for a US state.
trip_packing_adviceAsk for packing advice based on the forecast for a location.

Resources

Contextual data attached and managed by the client

NameDescription
list_statesList of valid two-letter US state codes accepted by the alerts resource/tool.
alerts_caWeather alerts for CA.
alerts_nyWeather alerts for NY.
alerts_txWeather alerts for TX.
alerts_flWeather alerts for FL.

TDQS

C2.9/5.0

Scored across 2 tools

Disambiguation5/5

The two tools are clearly distinct: get_alerts handles weather alerts for a US state, while get_forecast provides forecasts for specific coordinates. There is no ambiguity about which tool to use for which purpose.

Naming Consistency5/5

Both tools follow a consistent verb_noun pattern (get_alerts, get_forecast) using the same verb 'get' and snake_case convention. The naming is perfectly consistent.

Tool Count2/5

With only 2 tools for a weather domain, the surface feels very thin. Weather servers typically need additional operations like current conditions, radar, air quality, or reverse geocoding to be genuinely useful.

Completeness2/5

The domain of weather covers more than alerts and forecasts. There are notable gaps: no current conditions, no historical data, no multi-day/hourly breakdown details, and no reverse geocoding for the coordinate-based forecast.

Maintenance

ActivitySlowing
ResponsivenessNo issues