current_month
Retrieve the current month name from the local system to access accurate temporal information for date-related operations.
Instructions
Return the name of the current month.
Returns
Dict[str, Any] A dictionary containing: - status : str Indicates successful execution. - month : str Name of the current month (e.g., January).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||