anilist_list
Retrieve a user's anime or manga list filtered by watching status, including custom lists. Returns entries with title, score, progress, and status.
Instructions
Get a user's anime or manga list, filtered by watching status. Use when the user asks about their list, what they're watching, what they've completed, or what's on their plan-to-watch. Supports custom lists via status CUSTOM. Returns entries with title, score, progress, status, updated date, and entry ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | No | AniList username. Falls back to configured default if not provided. | |
| type | No | Get anime or manga list | ANIME |
| status | No | Filter by list status. CURRENT = watching/reading now. CUSTOM = user-created lists. | ALL |
| customListName | No | Filter to a specific custom list by name. Only used when status is CUSTOM. | |
| sort | No | How to sort results | UPDATED |
| limit | No | Maximum entries to return (default 25, max 100) | |
| page | No | Page number for pagination (default 1) |