Skip to main content
Glama

Weather MCP Server

Apache 2.0
19
  • Linux
  • Apple

get_weather_byDateTimeRange

Retrieve weather data for any city within a specific date range using start and end dates in YYYY-MM-DD format to plan activities or analyze historical weather patterns.

Instructions

Get weather information for a specified city between start and end dates.

Input Schema

NameRequiredDescriptionDefault
cityYesThe name of the city to fetch weather information for, PLEASE NOTE English name only, if the parameter city isn't English please translate to English before invoking this function.
end_dateYesEnd date in format YYYY-MM-DD , please follow ISO 8601 format
start_dateYesStart date in format YYYY-MM-DD, please follow ISO 8601 format

Input Schema (JSON Schema)

{ "properties": { "city": { "description": "The name of the city to fetch weather information for, PLEASE NOTE English name only, if the parameter city isn't English please translate to English before invoking this function.", "type": "string" }, "end_date": { "description": "End date in format YYYY-MM-DD , please follow ISO 8601 format", "type": "string" }, "start_date": { "description": "Start date in format YYYY-MM-DD, please follow ISO 8601 format", "type": "string" } }, "required": [ "city", "start_date", "end_date" ], "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/isdaniel/mcp_weather_server'

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