You're viewing a demo portfolio

Join the waitlist
PRSM

convert_time_zone

Active

Tool of Timeapi Io

declared in 0.1.0

Convert datetime between zones.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "dateTime": "2024-01-15T14:30:00",
      "toTimeZone": "Europe/London",
      "fromTimeZone": "America/New_York"
    },
    {
      "dateTime": "2024-06-20T10:00:00",
      "toTimeZone": "America/Chicago",
      "dstAmbiguity": "PICK_EARLIER",
      "fromTimeZone": "Asia/Tokyo"
    }
  ],
  "required": [
    "fromTimeZone",
    "dateTime",
    "toTimeZone"
  ],
  "properties": {
    "dateTime": {
      "type": "string"
    },
    "toTimeZone": {
      "type": "string"
    },
    "dstAmbiguity": {
      "type": "string"
    },
    "fromTimeZone": {
      "type": "string"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Timeapi Io

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

1/7 registries
View full server →
convert_time_zone — Timeapi Io — PRSM MCP