get_current_time
Returns the current date and time for any IANA timezone to ground AI responses in the user's local time.
Instructions
Returns the current date and time in the specified IANA timezone. Useful for grounding the LLM in the user's local time. Example timezones: 'UTC', 'America/New_York', 'Europe/London', 'Asia/Tokyo'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timezone | No | IANA timezone identifier. Defaults to "UTC". | UTC |