get_replies_to_post
Fetch direct replies to a given post within a chat. Returns hydrated reply data for the specified post number and chat ID.
Instructions
Fetch direct replies to a post (one level deep, hydrated).
Args: chat_id: Numeric chat ID. post_no: Post number whose direct replies should be returned.
Returns: ToolResponse with PostInfo entries for each direct reply.
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 |