poll_thread
Retrieve new messages from a thread using its independent subscription cursor, keeping agents updated without blocking. Use thread_id and optional max_results to poll for updates.
Instructions
Poll a thread from its independent subscription cursor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| thread_id | Yes | ||
| 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. |