update_myanimelist
Update an anime's status, score, and progress on your MyAnimeList. Track your watchlist with customizable fields like tags and comments.
Instructions
Updates an anime's status in the authenticated user's MyAnimeList.
Args:
anime_id: The ID of the anime to update.
status: The watch status (watching, completed, on_hold, dropped, plan_to_watch).
score: The score given to the anime (0-10).
num_watched_episodes: Number of episodes watched.
is_rewatching: Whether the anime is being rewatched.
priority: Priority of the anime (0-2).
num_times_rewatched: Number of times the anime was rewatched.
rewatch_value: Value of rewatching the anime (0-5).
tags: Comma-separated tags for the anime.
comments: Comments about the anime.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| anime_id | Yes | ID of the anime to update | |
| status | No | Anime list status | |
| score | No | Score for the anime (0-10) | |
| num_watched_episodes | No | Number of episodes watched | |
| is_rewatching | No | Whether the anime is being rewatched | |
| priority | No | Priority (0-2) | |
| num_times_rewatched | No | Number of times rewatched | |
| rewatch_value | No | Rewatch value (0-5) | |
| tags | No | Comma-separated tags | |
| comments | No | Comments about the anime |