Date and Time Toolset#

Generated byAI

get_current_datetime#

Returns the current date and time as a string in ISO 8601 format.

Parameters#

This tool does not require any parameters.

Notes#

  • The returned datetime string is in ISO 8601 format, which includes the date (YYYY-MM-DD), time (HH:MM:SS), and timezone offset (+00:00 for UTC).
  • The datetime is generated at the moment the tool is executed, ensuring real-time accuracy.