add_to_list
Add a user to an existing list by specifying the list URI and the user's handle or DID.
Instructions
Add a user to an existing list. Requires authentication (app password). Creates a listitem record in the authenticated user's repository; the actor's handle is resolved to a DID before insertion. Use remove_from_list to undo the addition and get_list to verify membership. Subject to per-tool rate limiting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| listUri | Yes | AT-URI of the target list (at://did/app.bsky.graph.list/rkey). | |
| actor | Yes | Handle (e.g. alice.bsky.social) or DID of the user to add to the list. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | Yes | Whether the user was added successfully. | |
| message | Yes | Human-readable result message. | |
| listItem | Yes | Details of the newly created list-item record. |