Claude
get_today
Return today's date, current time, and weekday in the resolved timezone.
Remote caj201100/date-aware-claude
Remote (network-hosted)
Other tools also called get_today?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"timezone": {
"type": "string",
"description": "IANA timezone name, e.g. 'America/New_York' or 'Asia/Tokyo'. Omit to use the server's configured default timezone."
}
}
}