Skip to main content
Glama

Weather MCP Server

by Yarflam

get_current_weather

Fetch real-time weather data for a specified city or default to Sydney. Use the tool to retrieve current conditions, including temperature and forecasts, via the Weather MCP Server.

Instructions

Récupère la météo actuelle pour une ville (Sydney par défaut)

Input Schema

NameRequiredDescriptionDefault
cityNoNom de la ville (optionnel, Sydney par défaut)Sydney
countryNoCode pays optionnel (ex: AU, FR, US)

Input Schema (JSON Schema)

{ "properties": { "city": { "default": "Sydney", "description": "Nom de la ville (optionnel, Sydney par défaut)", "type": "string" }, "country": { "description": "Code pays optionnel (ex: AU, FR, US)", "type": "string" } }, "required": [], "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/Yarflam/weather-mcp-server'

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