get_current_time
Get the current time in any IANA timezone. Provide a timezone name to receive the current time in short, medium, or full format.
Instructions
Get the current time in a specified timezone
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Output format. Defaults to 'medium' | |
| timezone | Yes | IANA timezone name (e.g., 'Asia/Tokyo'). Defaults to system timezone if not provided. |