Skip to main content
Glama
AsifMarwat

weather-mcp-pro

by AsifMarwat

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OPENWEATHER_API_KEYYesYour OpenWeather API key

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_current_weatherA

Get current weather conditions for a location.

Args: location: City name, optionally "City,CountryCode" e.g. "Lahore,PK" units: "metric" (Celsius), "imperial" (Fahrenheit), or "standard" (Kelvin)

get_weather_forecastA

Get a multi-day weather forecast for a location.

Args: location: City name, optionally "City,CountryCode" days: Number of days to forecast (1-5) units: "metric", "imperial", or "standard"

get_air_qualityA

Get current air quality index (AQI) and pollutant breakdown for a location.

Args: location: City name, optionally "City,CountryCode"

compare_weatherA

Compare current weather across multiple locations side by side.

Args: locations: List of city names, e.g. ["Peshawar", "Lahore", "Islamabad"] units: "metric", "imperial", or "standard"

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4/5.0

Scored across 4 tools

Disambiguation5/5

Each tool targets a distinct weather data aspect: current conditions, multi-day forecast, air quality, and multi-location comparison. There is no overlap in purpose, so an agent can easily select the right tool.

Naming Consistency4/5

Three tools follow the `get_<noun>` pattern (get_current_weather, get_weather_forecast, get_air_quality), but `compare_weather` deviates by using a different verb. The pattern is mostly consistent and readable.

Tool Count5/5

With 4 tools, the server is well-scoped for a weather domain. Each tool earns its place, covering the essential weather queries without unnecessary bloat.

Completeness4/5

The surface covers current weather, forecasts, air quality, and comparisons, which addresses typical use cases. Minor gaps exist such as no historical weather or weather alerts, but these are not critical for basic weather retrieval.

Maintenance

ActivitySlowing
ResponsivenessNo issues