Skip to main content
Glama

MCP Servers

by fist-maestro

get-current-weather

Retrieve real-time weather data for any location by providing the city name and country code. Simplify weather checks with this straightforward integration tool for accurate, up-to-date information.

Instructions

Get current weather for a location

Input Schema

NameRequiredDescriptionDefault
cityYesCity name (e.g. Beijing, London)
countryNoCountry code (e.g. CN, GB)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "city": { "description": "City name (e.g. Beijing, London)", "type": "string" }, "country": { "description": "Country code (e.g. CN, GB)", "type": "string" } }, "required": [ "city" ], "type": "object" }
Install Server

Other Tools from MCP Servers

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/fist-maestro/mcp-servers'

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