Create a list
create_listCreate a curated Mastodon list to organize accounts by topic or interest. Set a title, choose whose replies appear, and optionally hide listed accounts from your home timeline.
Instructions
Create a curated list. Add accounts to it with add_to_list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | The list name. | |
| 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. | |
| exclusive | No | Hide these accounts from your home timeline, so the list is the only place you see them. | |
| replies_policy | No | Whose replies appear in the list timeline. Default 'list', meaning only replies to other list members. |