anilist_lookup
Look up an anime or manga on an AniList user's list and return its status, score, progress, and dates without retrieving the full list.
Instructions
Check if a specific title is on a user's list and show its status. Use when the user asks "is this on my list?", "have I seen this?", or wants to check their progress or score for a single title. Returns status, score, progress, and dates without fetching the full list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mediaId | No | AniList media ID to look up | |
| title | No | Search by title if no ID is known | |
| username | No | AniList username. Falls back to configured default if not provided. |