Update my manga status
update_my_manga_statusAdd or update a manga entry on your MyAnimeList, setting status, score, chapters, or volumes read. Creates the entry if it doesn't exist, modifies existing ones.
Instructions
Add or update a manga on the authenticated user's list (status, score, chapters/volumes read). Creates the entry if absent; fields you omit are left unchanged on an existing entry. Provide at least one field besides manga_id. Requires MyAnimeList authentication (via login_mal, or a pre-supplied MAL_REFRESH_TOKEN/MAL_ACCESS_TOKEN).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Comma-separated free-text tags. | |
| 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. | |
| priority | No | List priority: 0 = low, 1 = medium, 2 = high. | |
| is_rereading | No | Whether currently rereading. | |
| reread_value | No | Rewatch/reread value: 0 = none … 5 = very high. | |
| num_times_reread | No | Times reread. | |
| num_volumes_read | No | Volumes read. | |
| num_chapters_read | No | Chapters read. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| score | No | ||
| status | No |