discord_notify
Send non-blocking notifications to Discord for status updates, warnings, and completion alerts without requiring user decisions.
Instructions
진행 상황을 Discord에 알린다 (논블로킹). 결정이 필요 없는 상태 업데이트, 경고, 완료 알림에 사용한다.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | 알림 메시지 내용 | |
| level | No | 알림 레벨 | info |
| thread_id | No | 전송할 Thread ID. None이면 기본 채널에 전송. |