Skip to main content
Glama
microsoft

MCP Weather Server

by microsoft

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

Server capabilities have not been inspected yet.

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

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.1/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clearly distinct purposes: get_alerts retrieves weather alerts for a state, while get_forecast provides weather forecasts for a location. There is no overlap in functionality, making it easy for an agent to select the correct tool based on the need for alerts versus forecasts.

Naming Consistency5/5

Both tools follow a consistent verb_noun pattern with 'get_' prefix and descriptive nouns (alerts, forecast). This uniformity enhances readability and predictability, making the tool set easy to navigate and understand.

Tool Count2/5

With only 2 tools, the server feels under-scoped for a weather domain, which typically involves more operations like current conditions, historical data, or radar information. This limited set may restrict agent capabilities in handling comprehensive weather-related tasks.

Completeness2/5

The tool surface is significantly incomplete for a weather server, lacking essential operations such as getting current conditions, historical weather data, or radar imagery. This creates notable gaps that could lead to agent failures when trying to perform common weather-related workflows.

Maintenance

ActivityInactive
ResponsivenessNo issues