notify_error
Send an immediate critical error notification when terminal commands fail or errors need user attention, enabling quick response and resolution.
Instructions
Send a critical error notification to the user. Use when terminal commands fail or errors occur that need user attention.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | No | Optional command that caused the error | |
| stack_trace | No | Optional stack trace or detailed error output | |
| error_message | Yes | The error message |