today
Returns the current UTC date and time to anchor temporal references in user queries, enabling accurate date-based searches.
Instructions
Return the SERVER'S CURRENT DATE (UTC). Call this FIRST whenever the
user mentions a temporal phrase like "latest", "current", "today",
"yesterday", "this quarter", "this year" — your training-data cutoff is
NOT a reliable anchor for what 'today' actually is. Use the returned
iso_date (YYYY-MM-DD) and year to construct concrete queries.
Returns:
{iso_date, iso_datetime, year, month, day, weekday, quarter,
fiscal_year_in: "FY26", note}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||