Skip to main content
Glama
dimonets

MCP Weather Server

by dimonets

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-weatherC

Get detailed weather information for any city including current conditions and hourly forecast

get-forecastA

Get 7-day weather forecast for any city including daily temperatures, precipitation, and sunrise/sunset times

get-air-qualityB

Get air pollution data for any city including European Air Quality Index and pollutant levels

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 3 tools

Disambiguation4/5

The tools are mostly distinct with clear purposes: air quality, 7-day forecast, and current weather. However, get-weather and get-forecast could be confused as both provide weather data, though their scopes differ (current/hourly vs. 7-day). Descriptions help clarify this overlap.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with get- prefix and hyphenated nouns (get-air-quality, get-forecast, get-weather). This predictable naming makes it easy for agents to understand and select tools.

Tool Count4/5

Three tools are reasonable for a weather server, covering key aspects like current conditions, forecasts, and air quality. It's slightly lean but well-scoped, with each tool serving a distinct function without unnecessary bloat.

Completeness4/5

The toolset covers core weather domain needs: current weather, forecasts, and air quality. Minor gaps might include historical data or alerts, but agents can work effectively with these tools for most common weather queries.

Maintenance

ActivityInactive
ResponsivenessNo issues