Get My Anime List
get_my_anime_listRetrieve paginated entries from your MyAnimeList anime list, with options to sort by score, title, or date, and filter by watch status.
Instructions
Fetch a page of the authenticated user's MyAnimeList anime list.
Results are paged to keep responses bounded: use limit/offset (and has_more in
the response) to fetch further pages. For the complete list in one compact blob use
analyze_taste; for aggregates use get_user_stats.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | MAL server-side ordering: list_score (desc), list_updated_at (desc), anime_title (asc), anime_start_date (desc). Omit for MAL's default order. | |
| limit | No | Maximum entries to return in this call | |
| offset | No | Entries to skip; increase to page through large lists | |
| status_filter | No | Only return entries with this watch status (watching, completed, on_hold, dropped, plan_to_watch). Omit for the full list. |