Skip to main content
Glama

MCP Weather Server

get_forecast

Retrieve detailed weather forecasts for a specific location by providing latitude and longitude coordinates using the MCP Weather Server.

Instructions

Get weather forecast for a location. Args: latitude: Latitude of the location longitude: Longitude of the location

Input Schema

NameRequiredDescriptionDefault
latitudeYes
longitudeYes

Input Schema (JSON Schema)

{ "properties": { "latitude": { "title": "Latitude", "type": "number" }, "longitude": { "title": "Longitude", "type": "number" } }, "required": [ "latitude", "longitude" ], "title": "get_forecastArguments", "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/jeannassereldine/mcp-server'

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