ariel_get_post_thread
Retrieve a Bluesky post with its parent chain and reply threads by providing an AT URI or bsky.app URL, with configurable depth and compact digest output.
Instructions
Get a post and its thread (parents and replies)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uri | Yes | AT URI or bsky.app URL of the post | |
| depth | No | Reply depth to fetch (default 6) | |
| format | No | Output format: 'json' (default) or 'digest' (compact text for LLM consumption) | |
| parentHeight | No | Parent chain height to fetch (default 80) |