Skip to main content
Glama

Weather MCP Server

Apache 2.0
16
  • Linux
  • Apple

get_current_weather

Retrieve current weather data for a specified city, including temperature and human-readable weather conditions, using the Open-Meteo API with no API key required.

Instructions

Get current weather information for a specified city. It extracts the current hour's temperature and weather code, maps the weather code to a human-readable description, and returns a formatted summary.

Input Schema

NameRequiredDescriptionDefault
cityYesThe name of the city to fetch weather information for, PLEASE NOTE English name only, if the parameter city isn't English please translate to English before invoking this function.

Input Schema (JSON Schema)

{ "properties": { "city": { "description": "The name of the city to fetch weather information for, PLEASE NOTE English name only, if the parameter city isn't English please translate to English before invoking this function.", "title": "City", "type": "string" } }, "required": [ "city" ], "title": "get_current_weatherArguments", "type": "object" }
Install Server

Other Tools from 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/isdaniel/mcp_weather_server'

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