List the accounts on a list
get_list_membersFetch all accounts in a specified Mastodon list by providing the list ID. Optionally set a limit to control the number of members returned.
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. |