Skip to main content
Glama

MCP Weather Service

by terisuke

get-weather

Retrieve accurate weather data for specified cities using the MCP Weather Service. Enter the city name to access detailed weather information.

Instructions

Get weather information for a city

Input Schema

NameRequiredDescriptionDefault
cityYesCity name to get weather for

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "city": { "description": "City name to get weather for", "type": "string" } }, "required": [ "city" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Weather Service

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/terisuke/my-weather-mcp'

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