Weather MCP
convert_time
Convert time from one timezone to another.
Remote isdaniel/mcp_weather_server
Remote (network-hosted)
Other tools also called convert_time?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"to_timezone": {
"type": "string",
"description": "Target timezone (IANA timezone name)"
},
"datetime_str": {
"type": "string",
"description": "DateTime string in ISO format (e.g., '2024-01-15T14:30:00') or 'now' for current time"
},
"from_timezone": {
"type": "string",
"description": "Source timezone (IANA timezone name)"
}
}
}