Update my manga status
update_my_manga_statusUpdate your manga reading progress on MyAnimeList. Set status, score, chapters, and volumes; creates entry if not already listed.
Instructions
Add or update a manga on the authenticated user's list (status, score, chapters/volumes read). Creates the entry if absent. Provide at least one field besides manga_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| score | No | Score 0-10 (0 clears the score). | |
| status | No | List status bucket. | |
| comments | No | Free-text comments. | |
| manga_id | Yes | MyAnimeList numeric ID. | |
| is_rereading | No | Whether currently rereading. | |
| num_volumes_read | No | Volumes read. | |
| num_chapters_read | No | Chapters read. |