get_current_time
Retrieve the current date and time in your chosen timezone and format, such as ISO, timestamp, or readable.
Instructions
Get current date and time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timezone | No | Timezone (default: local) - use 'utc' for UTC | local |
| format | No | Output format - 'iso', 'timestamp', or 'readable' (default: iso) | iso |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |