bluesky_post_thread
Retrieve a Bluesky post and its full reply thread (nested replies and parent chain) up to a chosen depth. Provides public post and comment context from AT Protocol.
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 |