bluesky_post_quotes
List public Bluesky posts quoting a specific post. Use the post's at:// URI to retrieve quotes, with pagination via cursor and page size limit.
Instructions
List quotes of a Bluesky post. Returns public posts that quote the specified post, with an optional cursor for pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uri | Yes | The quoted post's at:// URI | |
| limit | No | Page size, 1-100 | |
| cursor | No | Pagination cursor |