bluesky_get_followers
Retrieve a list of accounts following a specific user on BlueSky using its official API. Supports pagination and customizable limits for efficient data retrieval.
Instructions
Get a list of accounts following the user
Input Schema
Name | Required | Description | Default |
---|---|---|---|
cursor | No | Pagination cursor for next page of results | |
limit | No | Maximum number of followers to return (default 50, max 100) |