Read a thread
get_post_threadRetrieve a Bluesky post with its full conversation—ancestors above and replies below—so you can understand the thread context before responding.
Instructions
Read a post together with the conversation around it: everything above it and the replies below. Accepts an at:// URI or a bsky.app link. Use this before replying, so the reply lands with context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uri | Yes | at:// URI or bsky.app link of any post in the thread. | |
| depth | No | How many levels of replies to include. Default 6. | |
| account | No | Which connected account to act as, by handle (for example 'alice.bsky.social' or just 'alice'). Defaults to the first connected account. Call list_accounts to see them. | |
| parent_height | No | How far up the ancestor chain to walk. Default 20. |