Weather MCP
get_current_datetime
Get current time in specified timezone.
Remote isdaniel/mcp_weather_server
Remote (network-hosted)
Other tools also called get_current_datetime?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"timezone_name": {
"type": "string",
"description": "IANA timezone name (e.g., 'America/New_York', 'Europe/London'). Use UTC timezone if no timezone provided by the user."
}
}
}