Skip to main content
Glama
00aimlds00

Weather MCP Server

by 00aimlds00

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

B3.4/5.0

Scored across 2 tools

Disambiguation5/5

get_alerts and get_forecast have entirely distinct purposes: one retrieves weather alerts for a state, the other retrieves forecasts for coordinates. There is no overlap or potential confusion between them.

Naming Consistency5/5

Both tools follow the same get_noun pattern, making the naming scheme predictable and internally consistent. Even with just two tools, the convention is clear.

Tool Count3/5

Two tools falls into the borderline range for a weather service. While the tools are both useful, the count feels thin for a general-purpose weather server that would typically also include current conditions or location-based search.

Completeness3/5

The server covers alerts and forecasts, but lacks other common weather operations such as current conditions, hourly forecasts, or marine weather. These are notable gaps, though the two existing tools cover important requested functionality.

Maintenance

ActivityMaintained
ResponsivenessNo issues