Skip to main content
Glama

MCP Weather SSE Server

by tranducthai
  • Apple
  • Linux

get_current_weather

Retrieve real-time weather data for a specified city using OpenWeatherMap. Accepts city name and measurement units (metric or imperial) to provide current weather conditions.

Instructions

Get current weather for a city using OpenWeatherMap.

Args: city: City name (e.g. 'London', 'New York') units: Units of measurement ('metric' or 'imperial')

Input Schema

NameRequiredDescriptionDefault
cityYes
unitsNometric

Input Schema (JSON Schema)

{ "properties": { "city": { "title": "City", "type": "string" }, "units": { "default": "metric", "title": "Units", "type": "string" } }, "required": [ "city" ], "title": "get_current_weatherArguments", "type": "object" }

Other Tools from MCP Weather SSE 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/tranducthai/mcp_protocol_weather'

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