reply_post
Post a reply to an existing Bluesky post by providing the parent post's URI and CID. Use when responding to specific conversations or threads.
Instructions
Reply to a Bluesky post. Requires parent URI + CID (get from search or get_post).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Reply text (max 300 chars) | |
| root_cid | No | CID of the thread root | |
| root_uri | No | AT URI of the thread root (omit if replying to top-level post) | |
| parent_cid | Yes | CID of the post to reply to | |
| parent_uri | Yes | AT URI of the post to reply to |