update_mymangalist
Update a manga's reading status, score, volumes, chapters, and other details in your MyAnimeList list. Manage your manga tracking efficiently.
Instructions
Updates a manga's status in the authenticated user's MyAnimeList.
Args:
manga_id: The ID of the manga to update.
status: The read status (reading, completed, on_hold, dropped, plan_to_read).
is_rereading: Whether the manga is being reread.
score: The score given to the manga (0-10).
num_volumes_read: Number of volumes read.
num_chapters_read: Number of chapters read.
priority: Priority of the manga (0-2).
num_times_reread: Number of times the manga was reread.
reread_value: Value of reread the manga (0-5).
tags: Comma-separated tags for the manga.
comments: Comments about the manga.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| manga_id | Yes | ID of the manga to update | |
| status | No | Manga list status | |
| is_rereading | No | Whether the manga is being rewatched | |
| score | No | Score for the manga (0-10) | |
| num_volumes_read | No | Number of volumes read | |
| num_chapters_read | No | Number of chapters read | |
| priority | No | Priority (0-2) | |
| num_times_reread | No | Number of times reread | |
| reread_value | No | Reread value (0-5) | |
| tags | No | Comma-separated tags | |
| comments | No | Comments about the manga |