bluesky_reply
Reply to a Bluesky post with a single response or a threaded chain. Automatically computes AT Protocol strong-references from the parent post URI. Supports up to 300 graphemes per reply. Requires handle and app password.
Instructions
Reply to a Bluesky post as a single reply or a chained thread. The root and parent strong-references required by the AT Protocol are computed automatically from the parent_uri. FREE. Requires social.bluesky.handle + app_password. 300 grapheme limit per post. Returns: { uri, cid, posts?: [{ uri, cid }] }. Common errors: missing credentials (VALIDATION_ERROR), parent post not found (VALIDATION_ERROR), grapheme overflow (VALIDATION_ERROR).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parent_uri | Yes | AT-URI of the post being replied to. | |
| text | No | Single reply text (<= 300 chars). Mutually exclusive with `thread`. | |
| thread | No | Chain of replies — first reply points at parent_uri, subsequent posts chain off the prior reply. |