You're viewing a demo portfolio

Join the waitlist
PRSM

timezone_convert

Active

Tool of Inferventis — Financial Data, News & Web MCP

declared in 1.0.0

Converts time between timezones. Useful for time conversion tasks. Use when you need to convert 3:45 PM EST to Pacific Time for a meeting schedule; or find what time it will be in Tokyo when it's 9 AM in New York; or translate an event time from London timezone to Sydney timezone. Also use to find the equivalent time in Dubai for a 2 PM Central European Time appointment; or find the local time in San Francisco when it's midnight in Berlin. Accepts time, from_tz, to_tz, date. Returns the converted local time in the target timezone.

Parameters schema

{
  "type": "object",
  "required": [
    "time",
    "from_tz",
    "to_tz"
  ],
  "properties": {
    "date": {
      "type": "string",
      "description": "Calendar date string in standard formats like 'YYYY-MM-DD', 'MM/DD/YYYY', or 'DD.MM.YYYY', representing the specific day for the timezone conversion calculation."
    },
    "time": {
      "type": "string",
      "description": "A string representing the time to convert, formatted in 24-hour or 12-hour notation with optional AM/PM indicator, such as '14:30' or '2:45 PM'."
    },
    "to_tz": {
      "type": "string",
      "description": "Target timezone identifier where the time will be converted, supporting IANA standard timezone names like 'Europe/London' or abbreviations such as 'GMT', indicating the destination geographical region."
    },
    "from_tz": {
      "type": "string",
      "description": "Timezone identifier for the source time, accepting IANA standard names like 'America/New_York' or common abbreviations such as 'EST', specifying the original time's geographical context."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Inferventis — Financial Data, News & Web MCP

https://github.com/Bankee-ai/inferventis-tools

1/7 registries
View full server →
timezone_convert — Inferventis — Financial Data, News & Web MCP — PRSM MCP