Send a Blipr alert
send_alertSend push notifications to your phone for task completion, build failures, or approval requests. Set priority from silent to critical to control urgency.
Instructions
Send a push notification to the user's phone via Blipr. Use this to reach the human: a long task finished, a build broke, you need approval, or you're blocked and need input. Priority 1 (silent) to 5 (critical); defaults to 3.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Tags / emoji shortcodes, e.g. ["warning", "rocket"]. | |
| click | No | URL opened when the notification is tapped. | |
| title | No | Short title, shown bold above the message. | |
| topic | No | Topic to publish to. Pass it explicitly — each project should use its own topic. When omitted, falls back to the project's `.blipr-topic` file, then the BLIPR_TOPIC env var. | |
| message | Yes | The alert body — what happened or what you need. | |
| priority | No | 1=min/silent, 2=low, 3=default, 4=time-sensitive (breaks Focus), 5=critical. |