Add accounts to a list
add_to_listAdd accounts you already follow to a Mastodon list using the list ID and account handles or IDs.
Instructions
Add accounts to a list. You have to already follow an account before you can put it on a list, which is the error people hit here.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The list id. | |
| accts | Yes | Handles or ids to add. | |
| 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. |