bluesky_follows
Retrieve the list of accounts a Bluesky user follows using public AT Protocol data. Provide a handle or DID to get paginated results with optional page size and cursor.
Instructions
Accounts a Bluesky account follows. Returns a page of the accounts a Bluesky account follows. Public data, sourced from the AT Protocol's public, credential-free AppView API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| actor | Yes | A handle (e.g. bsky.app) or DID | |
| limit | No | Page size, 1-100 | |
| cursor | No | Pagination cursor from a previous response's cursor field |