List the accounts on a list
get_list_membersRetrieve the accounts that are members of a specified Mastodon list. Provide the list ID and optional limit to get the list's members.
Instructions
The accounts on one of your lists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| limit | No | How many. Default 40. | |
| account | No | Which connected account to act as. Matches a full handle (alice@example.social), a bare username (alice), or an instance (example.social). Defaults to the first connected account. Call list_accounts to see them. |