wait_for_feedback
Blocks until users submit batched replies on a threaded feedback board, then returns the responses. Automatically manages turn-taking and survives restarts.
Instructions
Block until the user submits their batched replies/notes on the board, then return them. ONE long call (default ~55 min) — do not poll in a loop; it returns instantly on submit and sends progress so it will not time out. Automatically flips the board to "your turn" (title + sound) while blocking and back to idle on return. Survives a daemon restart mid-wait (reconnects and keeps waiting); only if reconnection keeps failing does it return with a hint to call it once more. Create the threads BEFORE calling this.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout_seconds | No |