anilist_add_to_list
Add an anime or manga to your list with a status such as watching, planning, or completed. Supports optional scoring and returns the entry ID.
Instructions
Add an anime or manga to your list with a status. Use when the user wants to start watching, plan to watch, or mark a title as completed. Requires ANILIST_TOKEN. Returns status, optional score, and entry ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mediaId | Yes | AniList media ID to add to the list | |
| status | Yes | List status to set | |
| score | No | Score on a 0-10 scale (e.g. 8.5). Omit to leave unscored. |