You're viewing a demo portfolio

Join the waitlist
PRSM

timezone_convert

Active

Tool of WingmanProtocol Agent Gateway

declared in 1.5.1

Time Zone Converter — Convert an ISO datetime between IANA time zones with correct DST offsets.

Parameters schema

{
  "type": "object",
  "required": [
    "datetime",
    "to_zone"
  ],
  "properties": {
    "to_zone": {
      "type": "string",
      "description": "Target IANA zone, e.g. Asia/Tokyo"
    },
    "datetime": {
      "type": "string",
      "description": "ISO 8601 datetime"
    },
    "from_zone": {
      "type": "string",
      "description": "Source IANA zone for naive input (default UTC)"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

WingmanProtocol Agent Gateway

https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway

1/7 registries
View full server →
timezone_convert — WingmanProtocol Agent Gateway — PRSM MCP