send_alert
Display a macOS alert dialog with customizable title, message, and buttons, and wait for user response to proceed.
Instructions
Show an alert dialog and wait for user response.
Args: title: Alert title message: Alert message buttons: List of button names (max 3) default_button: Name of the default button
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| buttons | No | ||
| message | Yes | ||
| default_button | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |