Skip to main content
Glama
thuong204

Weather MCP Tool

by thuong204

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OPENWEATHER_API_KEYYesAPI key for OpenWeatherMap

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": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
getWeatherB

Get the weather for a city

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
getWeatherFetch weather for a city

TDQS

B3.4/5.0

Scored across 1 tool

Disambiguation5/5

With only a single tool, there is no possibility of confusion or overlap. The tool's purpose is clearly defined by its name and description.

Naming Consistency5/5

The single tool uses a consistent verb_noun pattern (get_weather). There are no other tools to introduce inconsistency.

Tool Count3/5

One tool is on the low end but can be acceptable for a very narrow scope. However, a weather server typically warrants more than a single tool, so the count feels thin.

Completeness2/5

The tool only supports current weather for a city, but a complete weather domain would also include forecasts, historical data, or alerts. These missing operations represent significant gaps that would force agents to rely on external workarounds.

Maintenance

ActivityInactive
ResponsivenessNo issues