Get Post Thread
get-post-threadRetrieve a post and its full conversation thread, including parent posts and nested replies, to understand complete context.
Instructions
Fetch a post and its full conversation thread including replies and parent posts
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| postUrl | Yes | The URL of the post to fetch the thread for | |
| depth | No | How many levels of nested replies to fetch (default: 2) | |
| maxReplies | No | Maximum number of replies to fetch (default: 50) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ancestors | Yes | ||
| post | Yes | ||
| replies | Yes |