Skip to main content
Glama

weather-get_daily

Retrieve the daily weather forecast for up to 15 days in any city. Specify location, forecast duration, and temperature units for accurate, detailed weather predictions.

Instructions

Get daily weather forecast for up to 15 days

Input Schema

NameRequiredDescriptionDefault
daysNoNumber of days to forecast (1, 5, 10, or 15). Default is 5.
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": { "days": { "description": "Number of days to forecast (1, 5, 10, or 15). Default is 5.", "enum": [ 1, 5, 10, 15 ], "type": "number" }, "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