Skip to main content
Glama
ctermiii

Weather MCP Server

by ctermiii

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_weatherB

获取指定城市的天气预报信息。支持1-16天的天气预报,包括温度、风力、舒适度、降雨降雪、紫外线指数、PM2.5等详细信息。

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of ambiguity or overlap between tools. The tool's purpose is clearly defined as fetching weather forecasts for a specified city.

Naming Consistency5/5

The single tool name 'get_weather' follows a clear verb_noun pattern. Since there are no other tools to compare, consistency is inherently perfect.

Tool Count2/5

A single tool is too few for a weather server, as it lacks operations like searching locations, getting historical data, or setting preferences. This minimal set limits functionality and may cause agent failures in broader weather-related tasks.

Completeness2/5

The server is severely incomplete for a weather domain. It only provides forecast retrieval, missing essential operations such as current conditions, alerts, location search, or multi-city queries, which are standard in weather APIs.

Maintenance

ActivityInactive
ResponsivenessNo issues