Skip to main content
Glama

Model Context Protocol Server

by hyen43

weather

Retrieve real-time weather data for any city using the Model Context Protocol Server. Input a city name to get accurate weather information instantly.

Instructions

도시의 날씨 정보를 가져오기

Input Schema

NameRequiredDescriptionDefault
cityYes도시 이름 (예: 런던)

Input Schema (JSON Schema)

{ "properties": { "city": { "description": "도시 이름 (예: 런던)", "type": "string" } }, "required": [ "city" ], "type": "object" }

Other Tools from Model Context Protocol 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/hyen43/mcpServer'

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