@xjt-demo/xjt-weather-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AMAP_API_KEY | Yes | Your Amap Web Service 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
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get-weather-liveB | 获取指定城市的实况天气(高德地图)。支持城市名或 6 位 adcode。 |
| get-weather-forecastA | 获取指定城市的天气预报,包含当天及未来 3 天(高德地图)。支持城市名或 6 位 adcode。 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 2 tools
Each tool targets a clearly distinct weather data type: forecast (future days) vs live (current conditions), with no overlap.
Both tools follow a consistent verb_noun pattern with snake_case: get-weather-forecast and get-weather-live.
Two tools is minimal but covers the core weather needs (forecast and live). Could be expanded with alerts or historical data.
Covers forecast and live conditions, but lacks extras like air quality, UV index, or severe weather warnings that a comprehensive weather service might offer.