get_current_datetime
Retrieve the current system date and time for time-sensitive operations such as cart checkout or order history comparisons. Returns a dictionary with detailed datetime information.
Instructions
Get the current system date and time.
This tool is useful for comparing with cart checkout dates, order history,
or any other time-sensitive operations.
Returns:
Dictionary containing current date and time information
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"type": "object"
}