wait_for_mention
Block until a message mentioning you (or broadcasting to '*') arrives, or timeout ends; returns immediately if one is already pending.
Instructions
Block until a message mentioning the calling agent (or broadcasting to '*') arrives, or the timeout elapses. Returns immediately if one is already pending.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after_seq | No | Defaults to the caller's acked cursor. | |
| thread_id | No | ||
| timeout_s | No | Clamped to [1, 30] s. | |
| max_results | No | ||
| binding_token | No | Opaque token returned by this agent's join_session or plan_session. Required for reliable identity when logical agents share an MCP connection. | |
| mentions_only | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| has_more | Yes | ||
| messages | Yes | ||
| timed_out | Yes | ||
| next_cursor | Yes |