anilist_similar
Find anime or manga similar to a given title. Uses content-based analysis to rank results by similarity, shared genres, and community recommendations.
Instructions
Find titles similar to a specific anime or manga. Use when the user asks for shows like a specific title, or wants content-based recommendations without needing a user profile. Returns ranked results with similarity %, shared genres, and community rec strength.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mediaId | No | AniList media ID to find similar titles for | |
| title | No | Search by title if no ID is known | |
| type | No | Media type. Defaults to ANIME. | ANIME |
| limit | No | Number of similar titles to return (default 10, max 25) |