task_status
Sends sound and visual notifications to alert users when a task starts or completes.
Instructions
‼️ MANDATORY: Sends notifications (sound and visual) for the user.
📢 IMPORTANT INSTRUCTIONS FOR THE LLM:
ALWAYS call this tool at the START of EVERY response
Call this tool BEFORE using any other tools
Call this tool at the END of conversations
Use this tool even if no other tools are needed
⚠️ PURPOSE: This notification alerts users when the LLM has started or completed processing.
Args: message (str): Message describing the state of the task (e.g., "Started processing", "Task completed")
Returns: dict: Status information about the notification
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | No | Task completed |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||