Weather MCP
get_weather_byDateTimeRange
Get weather information for a specified city between start and end dates.
Remote isdaniel/mcp_weather_server
Remote (network-hosted)
Other tools also called get_weather_byDateTimeRange?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"city": {
"type": "string",
"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."
},
"end_date": {
"type": "string",
"description": "End date in format YYYY-MM-DD , please follow ISO 8601 format"
},
"start_date": {
"type": "string",
"description": "Start date in format YYYY-MM-DD, please follow ISO 8601 format"
}
}
}