---
description: Block and wait for one incoming Patchcord message (up to ~5 minutes)
---
Call the patchcord wait_for_message tool — it blocks until a message arrives or ~5 minutes elapse.

If a message arrives, handle it the same way as /patchcord-inbox: ACK → reply(message_id, resolve=true) with no content; BLOCKED → reply(message_id, "<reason>", defer=true); ACTIONABLE → do the work first, then reply(message_id, "<concrete summary>").

If it times out with nothing, tell me nothing arrived.
