ring_bell
Alert the human by ringing a bell through speakers when a task completes or attention is needed. Optionally specify the sound and a message.
Instructions
Ring a bell through the speakers to alert the human.
Call this when a task is complete or when you need the human's attention.
Args:
sound: Which bell to ring. One of:
- "beep" (Retro Beep): harsh 90s PC-speaker beep
- "ding" (Ding): single soft bell tone
- "ding-ding" (Double Ding): two bell tones in a row
- "warning" (Warning Alarm): urgent alternating two-tone alarm
If omitted, the preset default (BELL_DEFAULT_SOUND, else "ding")
is used.
message: Optional note about why the bell is ringing (e.g. "build
finished", "need your input"). Returned in the confirmation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sound | No | ||
| message | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |