create_list
Create a new list for curating or moderating users on the AT Protocol, with optional description and purpose selection.
Instructions
Create a new list for organizing users (curate list) or moderation purposes (mod list). Requires authentication (app password). Creates a permanent list record in the authenticated user's repository; use add_to_list / remove_from_list to manage its members and get_list to inspect them. Subject to per-tool rate limiting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Display name for the list (1–64 characters). | |
| description | No | Optional plain-text description of the list (max 300 characters). | |
| purpose | No | List type: "curatelist" for a user-curated follow list, "modlist" for a moderation/block list. Defaults to "curatelist". | curatelist |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | Yes | Whether the list was created successfully. | |
| message | Yes | Human-readable result message. | |
| list | Yes | Metadata of the newly created list. |