Skip to main content
Glama

Remote MCP Server on Cloudflare

get_current_weather

Retrieve real-time weather information for a specified city using the Remote MCP Server on Cloudflare. Ideal for applications requiring accurate, location-specific weather data.

Instructions

Get weather info for a given city.

Input Schema

NameRequiredDescriptionDefault
cityYes城市名称, 比如北京 上海 广州

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "city": { "description": "城市名称, 比如北京 上海 广州", "type": "string" } }, "required": [ "city" ], "type": "object" }

You must be authenticated.

Other Tools from Remote MCP Server on Cloudflare

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/salman-khandu/mcp-demo'

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