List the accounts on a list
get_list_membersGet the accounts belonging to a curated Bluesky list. Supply the list's at:// URI or bsky.app link to view its members.
Instructions
The accounts on a curated list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list | Yes | at:// URI or bsky.app link of the list. | |
| 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. |