get-post-likes
Retrieve the list of users who liked a specific Bluesky post by providing its URI. Optionally set a limit to control the number of likes returned.
Instructions
Get information about users who have liked a specific post
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uri | Yes | The URI of the post to get likes for (e.g., at://did:plc:abcdef/app.bsky.feed.post/123) | |
| limit | No | Maximum number of likes to fetch (1-100) |