anilist_search
Search anime or manga by title with optional filters for genre, year, format, and more. Returns ranked results with details and AniList URL.
Instructions
Search for anime or manga by title with optional filters. Use when the user wants to find an anime/manga by name, discover titles in a genre, or find what aired in a specific year. Supports common abbreviations (aot, jjk, csm). Returns ranked list with title, format, year, score, genres, episode count, studios, and AniList URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search term, e.g. "steins gate", "one piece", "chainsaw man" | |
| type | No | Search for anime or manga | ANIME |
| genre | No | Filter by genre, e.g. "Action", "Romance", "Thriller" | |
| year | No | Filter by release year | |
| format | No | Filter by format (TV, MOVIE, etc.) | |
| isAdult | No | Include adult (18+) content in results | |
| limit | No | Number of results to return (default 10, max 25) | |
| page | No | Page number for pagination (default 1) |