Skip to main content
Glama
killerfirst

weather-china-mcp

by killerfirst

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
QWEATHER_API_KEYYesYour QWeather API Key
QWEATHER_API_HOSTYesYour dedicated QWeather API Host (format: xxx.xxx.qweatherapi.com)

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_weatherA

获取中国城市的实时天气 Get weather for chinese city

Args:
city:城市名称,例如"北京","上海","广州" 
get_forecastA

获取中国城市未来3天的天气预报

Args:
    city: 城市名称,例如"北京"、"上海"、"广州"

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 2 tools

Disambiguation5/5

The two tools are clearly distinct: one provides real-time current weather, the other provides a 3-day forecast. There is no overlap or ambiguity in their purposes.

Naming Consistency5/5

Both tools follow the exact same verb_noun pattern (get_weather, get_forecast), using consistent snake_case and a clear 'get_' prefix.

Tool Count3/5

With only 2 tools, the server feels thin for a weather service, but it is functional for basic real-time and forecast queries. This falls on the borderline low end.

Completeness3/5

The core weather operations (current conditions and forecast) are covered, but gaps exist for additional useful features like air quality, historical data, or location suggestions, which agents might expect from a comprehensive weather server.

Maintenance

ActivityInactive
ResponsivenessNo issues