anilist_details
Retrieve full details about an anime or manga including synopsis, score, episodes, studios, related works, and recommendations using AniList ID or title.
Instructions
Get full details about a specific anime or manga. Use when the user asks about a specific title and wants synopsis, score, episodes, studios, related works, and recommendations. Accepts AniList ID (faster, exact) or title (fuzzy match with abbreviation support). Returns format, status, episodes/chapters, season, score, studios, source, genres, tags, synopsis, related works, and community recommendations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | AniList media ID (e.g. 1 for Cowboy Bebop). Use this if you know the exact ID. | |
| title | No | Search by title if no ID is known (e.g. "Attack on Titan"). Finds the best match. | |
| type | No | Media type to look up. Defaults to ANIME. | ANIME |