get_current_time
Get the current time for a specified city, timezone, or location query, resolving relative date references.
Instructions
Return the production current time payload for a single city, query, or timezone. Exact country-name queries may be retried through a canonical city when the resolver can do so deterministically. For relative-date inputs ("Tuesday", "next Friday", "tomorrow", "tonight"), route to answer_time_question, which resolves the relative date and dispatches internally.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | City name such as "Tokyo". | |
| query | No | Free-form location query, country name, or timezone abbreviation. | |
| timezone | No | Direct IANA timezone, such as "Europe/London". | |
| _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. | |
| countryCode | No | Optional ISO country hint for ambiguous city names. |