Get Current Date
get_current_dateReturn the REAL current date and time (UTC).
WARNING: You do NOT inherently know today's date — never guess it or
rely on training-time assumptions. Whenever a task depends on
"today" — setting campaign/budget start & end dates, interpreting
"this month" / "next quarter" / "last 30 days", validating that an
endDate is in the future, or any relative date math — you MUST
anchor to the real current date. If you are not already certain
what today is, CALL THIS TOOL FIRST and use its `current_date`
for all subsequent date calculations.
Takes no parameters.
RETURNS:
{
"current_date": "2026-09-30",
"current_datetime_utc": "2026-09-30T12:00:00.000Z",
"current_year": 2026,
"current_quarter": "Q3",
"timezone": "UTC"
}Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||