You're viewing a demo portfolio

Join the waitlist
PRSM

convert_time

Active

Tool 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\""
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

timezone

https://github.com/pipeworx-io/mcp-timezone

1/7 registries
View full server →
convert_time — timezone — PRSM MCP