Skip to main content
Glama

all the tools

Git Spice Help MCP Server_get-world-weather

Retrieve real-time weather data for specific geographic coordinates using latitude and longitude inputs to access localized conditions.

Input Schema

NameRequiredDescriptionDefault
latitudeYes
longitudeYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "latitude": { "description": "", "maximum": 90, "minimum": -90, "type": "number" }, "longitude": { "description": "", "maximum": 180, "minimum": -180, "type": "number" } }, "required": [ "latitude", "longitude" ], "type": "object" }

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/SecretiveShell/MCP-allthetools'

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