auto_notify_if_appropriate
Analyzes coding context to automatically send notifications for task completion, errors, progress updates, or permission requirements.
Instructions
SMART AUTO-NOTIFICATION: Intelligently analyze context and automatically send appropriate notifications. Claude should use this proactively for: task completion detection, error analysis, user action evaluation, progress updates. This is the primary notification tool - use it frequently to keep users informed.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| context | Yes | Current context or situation that might require notification | |
| todos_completed | No | Whether all planned todos are completed | |
| error_occurred | No | Whether an error has occurred | |
| permission_required | No | Whether user permission is required for an action | |
| error_details | No | Details about the error if error_occurred is true | |
| permission_details | No | Details about the permission required if permission_required is true |