Skip to main content
Glama

MCP Servers

by fist-maestro

get-forecast

Retrieve a 5-day weather forecast for any city using location details. Input city name and optional country code to fetch accurate weather predictions.

Instructions

Get 5-day weather forecast 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" }

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