Skip to main content
Glama

MCP Weather Server

by dimonets

get-weather

Fetch detailed weather data for any city, including current conditions and hourly forecasts, using structured input to ensure accurate results.

Instructions

Get detailed weather information for any city including current conditions and hourly forecast

Input Schema

NameRequiredDescriptionDefault
cityYesThe name of the city to get weather information for (e.g., 'New York', 'London', 'Tokyo')

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "city": { "description": "The name of the city to get weather information for (e.g., 'New York', 'London', 'Tokyo')", "maxLength": 100, "minLength": 1, "type": "string" } }, "required": [ "city" ], "type": "object" }

Other Tools from MCP Weather 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/dimonets/mcp-weather-server'

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