List followers
get_followersFetch the followers of any Bluesky account, newest first. Pass a handle or DID to list followers, with pagination automatically moving beyond Bluesky's 100-item limit.
Instructions
Accounts that follow a given account, newest first. Pages automatically past Bluesky's 100 ceiling.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| actor | Yes | Handle or DID. | |
| limit | No | How many. Default 50. | |
| cursor | No | ||
| account | No | Which connected account to act as, by handle (for example 'alice.bsky.social' or just 'alice'). Defaults to the first connected account. Call list_accounts to see them. |