Update my anime status
update_my_anime_statusAdd or update an anime on your MyAnimeList list with status, score, watched episodes, and dates. Automatically creates the entry if it doesn't exist.
Instructions
Add or update an anime on the authenticated user's list (status, score, watched episodes, dates). Creates the entry if absent. Provide at least one field besides anime_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| score | No | Score 0-10 (0 clears the score). | |
| status | No | List status bucket. | |
| anime_id | Yes | MyAnimeList numeric ID. | |
| comments | No | Free-text comments. | |
| start_date | No | Date as YYYY-MM-DD. | |
| finish_date | No | Date as YYYY-MM-DD. | |
| is_rewatching | No | Whether currently rewatching. | |
| num_watched_episodes | No | Episodes watched. |