wake_wait
Wait for a bounded event from Wake, with a configurable timeout up to 30 seconds. Returns a compact event reference with next steps, avoiding large content dumps.
Instructions
Block until the Wake delivers a bounded event or timeoutSeconds elapses (max 30). Returns a tiny event reference (type + resource + why + next), never a content dump. Fetch the resource via the existing surface, then wake_cancel or ack via wake.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wakeId | Yes | ||
| timeoutSeconds | No | Long-poll ceiling (default 10). |