Skip to main content
Glama

OpenWeatherMap MCP Server

by robertn702

get-minutely-forecast

Retrieve minute-by-minute precipitation forecasts for the next hour using location data. Input a city name or coordinates to access detailed weather predictions for up to 60 minutes.

Instructions

Get minute-by-minute precipitation forecast for next hour

Input Schema

NameRequiredDescriptionDefault
limitNoNumber of minutes to forecast (1-60, default: 60)
locationYesCity name (e.g., 'New York') or coordinates (e.g., 'lat,lon')

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "limit": { "description": "Number of minutes to forecast (1-60, default: 60)", "maximum": 60, "minimum": 1, "type": "number" }, "location": { "description": "City name (e.g., 'New York') or coordinates (e.g., 'lat,lon')", "type": "string" } }, "required": [ "location" ], "type": "object" }

You must be authenticated.

Other Tools from OpenWeatherMap MCP 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/robertn702/mcp-openweathermap'

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