Skip to main content
Glama

weather-get_hourly

Retrieve the next 12-hour hourly weather forecast for a specific location using metric or imperial units. Ideal for planning daily activities with precise weather updates.

Instructions

Get hourly weather forecast for the next 12 hours

Input Schema

NameRequiredDescriptionDefault
locationYesThe city or location for which to retrieve the weather forecast.
unitsNoTemperature unit system (metric for Celsius, imperial for Fahrenheit). Default is metric.

Input Schema (JSON Schema)

{ "properties": { "location": { "description": "The city or location for which to retrieve the weather forecast.", "type": "string" }, "units": { "description": "Temperature unit system (metric for Celsius, imperial for Fahrenheit). Default is metric.", "enum": [ "metric", "imperial" ], "type": "string" } }, "required": [ "location" ], "type": "object" }

Other Tools from MCP Weather

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

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