Skip to main content
Glama

Caiyun Weather MCP Server

by marcusbai

get_weather_by_location

Retrieve weather data by latitude and longitude, including real-time conditions, daily and hourly forecasts, with customizable units and language options. Powered by the Caiyun Weather MCP Server.

Instructions

根据经纬度获取天气信息

Input Schema

NameRequiredDescriptionDefault
daily_stepsNo每日预报天数 (1-15)
hourly_stepsNo小时预报数量 (1-360)
languageNo语言zh_CN
latitudeYes纬度
longitudeYes经度
unitNo单位制 (metric: 公制, imperial: 英制)metric

Input Schema (JSON Schema)

{ "properties": { "daily_steps": { "default": 5, "description": "每日预报天数 (1-15)", "maximum": 15, "minimum": 1, "type": "number" }, "hourly_steps": { "default": 24, "description": "小时预报数量 (1-360)", "maximum": 360, "minimum": 1, "type": "number" }, "language": { "default": "zh_CN", "description": "语言", "enum": [ "zh_CN", "en_US" ], "type": "string" }, "latitude": { "description": "纬度", "type": "number" }, "longitude": { "description": "经度", "type": "number" }, "unit": { "default": "metric", "description": "单位制 (metric: 公制, imperial: 英制)", "enum": [ "metric", "imperial" ], "type": "string" } }, "required": [ "longitude", "latitude" ], "type": "object" }

You must be authenticated.

Other Tools from Caiyun Weather MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/marcusbai/caiyun-weather-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server