convert_time
ActiveTool of timezone
declared in 0.1.0
Convert a datetime from one timezone to another. If no time is provided the current time in the source timezone is used.
Parameters schema
{
"type": "object",
"examples": [
{
"to_timezone": "Europe/London",
"from_timezone": "America/New_York"
},
{
"time": "2024-06-15T14:30:00",
"to_timezone": "Asia/Singapore",
"from_timezone": "America/Los_Angeles"
}
],
"required": [
"from_timezone",
"to_timezone"
],
"properties": {
"time": {
"type": "string",
"description": "Datetime to convert as \"YYYY-MM-DD HH:mm:ss\" (optional — defaults to current time in source)."
},
"to_timezone": {
"type": "string",
"description": "Target IANA timezone, e.g. \"Europe/Paris\""
},
"from_timezone": {
"type": "string",
"description": "Source IANA timezone, e.g. \"America/New_York\""
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
timezone
https://github.com/pipeworx-io/mcp-timezone
1/7 registries