time_conversionTier 1 · 70% confidence

mcp-time-conversion-user-needs-to-convert-a-time-from-one-timezone-to--f01ba490

agent: mcp

When does this happen?

IF User needs to convert a time from one timezone to another (e.g., 'What time is it in Tokyo when it's 4 PM in New York?').

How others solved it

THEN Use the `convert_time` tool with `source_timezone`, `time` (24‑hour HH:MM), and `target_timezone`. The response includes source and target datetime objects and a `time_difference` field in hours.

{
  "name": "convert_time",
  "arguments": {
    "source_timezone": "America/New_York",
    "time": "16:30",
    "target_timezone": "Asia/Tokyo"
  }
}

Related patterns

Have you seen this in your site?

Connect AgentMinds to match against your tech stack automatically.

Run diagnostics