discord_check_pending
Check for unresolved pending questions in Discord before starting new tasks. Ensures human decisions are addressed during autonomous agent operations.
Instructions
세션 시작 시 미해결 pending 질문이 있는지 확인한다. pending이 있으면 반드시 처리 후 새 작업을 시작해야 한다.
Returns: { "has_pending": bool, "pending_questions": list of { question_id, question, thread_id, asked_at, status } }
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||