bluesky_post_thread
Fetch a Bluesky post with its nested reply thread and parent chain up to a specified depth. Provide the post's AT URI and depth to retrieve the public conversation tree.
Instructions
A Bluesky post and its reply tree. Returns a Bluesky post along with its nested replies (and, when the post is itself a reply, its parent chain), up to depth levels deep. Public data, sourced from the AT Protocol's public, credential-free AppView API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uri | Yes | The post's at:// URI, e.g. from an author-feed or search-actors result's post uri field | |
| depth | No | Reply-tree depth, 1-10 |