anilist_update_progress
Update episode or chapter progress for anime or manga by providing the media ID and progress number. Records the viewing or reading progress and returns the updated status.
Instructions
Update your episode or chapter progress for an anime or manga. Use when the user says they watched an episode, finished a chapter, or wants to record progress. Requires ANILIST_TOKEN. Returns updated status, progress count, and entry ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mediaId | Yes | AniList media ID to update progress for | |
| progress | Yes | Episode or chapter number reached | |
| volumeProgress | No | Volume number reached (manga only) | |
| status | No | List status to set. Defaults to CURRENT if the entry is new. |