get_current_time
Retrieve the current time in your preferred format (24h, 12h, or custom) with optional seconds. Ensures accurate time-sensitive content creation for Claude models.
Instructions
Get only the current time
Input Schema
Name | Required | Description | Default |
---|---|---|---|
format | No | Output format: '24h' (HH:MM:SS), '12h' (hh:MM:SS AM/PM), or custom format | 24h |
include_seconds | No | Include seconds in the output |