convert_time
Convert a local time to multiple time zones using explicit ISO dates or current moment, delivering accurate local time details for each target location.
Instructions
Convert a source local time into one or more target locations using the production conversion endpoint. Use ONLY when date is an explicit ISO calendar date (YYYY-MM-DD) you can pass in, OR the conversion is for the current moment with no date qualifier at all. DO NOT use this tool if the user said "Tuesday", "tomorrow", "next Friday", or any other relative day/date phrase; those qualifiers will be silently dropped here. Route to answer_time_question instead, which parses relative dates correctly. When presenting results, copy localTime.weekday, localTime.date, localTime.time12h/time24h, timezone abbreviation, and UTC offset exactly from the tool output; do not recompute or shift day names during synthesis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | ||
| date | No | Optional ISO date used as the conversion context. | |
| from | Yes | Source location or timezone. | |
| time | Yes | Source local time, such as "9:00 AM". | |
| _endUserId | No | Optional opaque per-call end-user attribution token populated by the MCP host, not the LLM. Use a non-PII hash or token; never send raw email, name, or platform user ID. | |
| toCountryCodes | No | ||
| fromCountryCode | No | Optional ISO country hint for the source location. |