anilist_reviews
Retrieve community reviews for anime or manga, including sentiment summaries, scores, and helpfulness ratios. Understand what others think about a title.
Instructions
Get community reviews for an anime or manga. Use when the user wants to see what others think about a title. Returns sentiment summary (positive/mixed/negative), individual review scores, summaries, and helpful ratios.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | AniList media ID | |
| title | No | Search by title if no ID is known | |
| type | No | Media type. Defaults to ANIME. | ANIME |
| sort | No | Sort by most helpful or newest | HELPFUL |
| limit | No | Number of reviews to return (default 5, max 10) | |
| page | No | Page number for pagination (default 1) |