anilist_pick
Recommends anime or manga from your planning list by analyzing your taste profile. Helps decide what to watch next, filtering by mood or episode length.
Instructions
"What should I watch/read next?" Recommends from your Planning list based on your taste profile. Also works for backlog analysis - "which of my 200 Planning titles should I actually start?" Falls back to top-rated AniList titles if the Planning list is empty. Optionally filter by mood or max episodes. Returns ranked picks with match score, genre alignment, and mood fit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | No | AniList username. Falls back to configured default if not provided. | |
| type | No | Recommend from anime or manga planning list | ANIME |
| profileType | No | Build taste profile from this media type. Defaults to same as type. Set to get cross-media recs, e.g. anime picks based on manga taste. | |
| source | No | Where to find candidates. PLANNING = user's plan-to-watch list (default). SEASONAL = currently airing anime. DISCOVER = top-rated titles matching taste. | PLANNING |
| season | No | Season for SEASONAL source. Defaults to the current season. | |
| year | No | Year for SEASONAL source. Defaults to the current year. | |
| mood | No | Freeform mood or vibe, e.g. "something dark", "chill and wholesome", "hype action" | |
| maxEpisodes | No | Filter out series longer than this episode count | |
| exclude | No | Media IDs to exclude from results (e.g. from previous recommendations) | |
| limit | No | Number of recommendations to return (default 5, max 15) |