Get My Manga List
get_my_manga_listRetrieve a paged list of manga entries from your MyAnimeList account, with options to filter by status and sort by score, title, or date.
Instructions
Fetch a page of the authenticated user's MyAnimeList manga list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | list_score (desc), list_updated_at (desc), manga_title (asc), manga_start_date (desc). Omit for MAL's default order. | |
| limit | No | Maximum entries to return | |
| offset | No | Entries to skip for paging | |
| status_filter | No | reading, completed, on_hold, dropped, plan_to_read. Omit for all. |