Skip to main content
Glama
EmanManco

Python Weather MCP Server

by EmanManco

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OPENWEATHER_API_KEYYesYour OpenWeatherMap API key for fetching weather data

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_weatherC

Get current weather 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/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of ambiguity or overlap between tools. The single tool 'get_weather' has a clearly defined and distinct purpose that cannot be confused with any other tool in this set.

Naming Consistency5/5

The naming follows a consistent verb_noun pattern with 'get_weather'. While there is only one tool, it adheres perfectly to a predictable naming convention without any deviation or mixing of styles.

Tool Count2/5

A single tool for a weather server feels too thin and under-scoped for the apparent domain. Weather services typically offer more functionality such as forecasts, historical data, or location-based searches, making this count insufficient for comprehensive coverage.

Completeness2/5

The tool surface is severely incomplete for a weather domain. While 'get_weather' provides current conditions, there are significant gaps such as missing forecast retrieval, historical weather data, or location search capabilities, which will likely cause agent failures in broader weather-related tasks.

Maintenance

ActivityInactive
ResponsivenessNo issues