get-followers
Retrieve the list of followers for any Bluesky user by providing their handle or DID. Specify a limit up to 500 to control the result size.
Instructions
Get a list of users that follow a person
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user | Yes | The handle or DID of the user (e.g., alice.bsky.social) | |
| limit | No | Maximum number of followers to fetch (1-500) |