get_current_datetime
Retrieve current date and time with timezone support, calendar context (quarter, week, day-of-year), and relative temporal calculations for LLM awareness.
Instructions
Get current date and time with rich temporal context for LLM awareness. Provides human-readable format, timezone info, calendar context (quarter, week, day-of-year), and relative calculations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timezone | No | IANA timezone identifier (e.g., 'America/New_York', 'UTC'). Defaults to system timezone. | |
| include_calendar | No | Include calendar information like quarter, week, etc. (default: true) |