Get Post Thread
get-post-threadRetrieve a post and its complete conversation thread, including replies and parent posts. Control how many nested reply levels and total replies to fetch.
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) |