current_day
Get the current day's name for scheduling, planning, or time-sensitive tasks. Returns the day (e.g., Monday) directly from the local system.
Instructions
Return the name of the current day.
Returns
Dict[str, Any] A dictionary containing: - status : str Indicates successful execution. - day : str Name of the current day (e.g., Monday).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||