get_reply_thread
Fetch the complete reply thread rooted at a post, returning every post number in server order.
Instructions
Fetch the full reply thread rooted at a post (server-side rerere traversal).
Returns every post number in the thread in the order the server reports them — the root and every transitively-reachable reply.
Args: chat_id: Numeric chat ID. post_no: Post number to root the thread traversal at.
Returns: ToolResponse with the list of post numbers comprising the thread.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chat_id | Yes | ||
| post_no | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | Error message if operation failed | |
| message | Yes | Human-readable summary of the result | |
| payload | No | The actual response data | |
| success | Yes | Whether the operation was successful |