Get anime reviews
get_anime_reviewsFetch user reviews for an anime by its MAL ID. Filter by sort, spoilers, sentiment, and preliminary status, with pagination and configurable result limit.
Instructions
Get user reviews for one anime (by mal_id): review text (truncated to 1200 characters), score, spoiler/preliminary flags, episodes watched at review time (episodes_watched, not chapters_read — that field is manga-only), and community reaction counts. limit (default 5) caps how many of the fetched page's reviews come back — it does not itself fetch further pages, use page for Tenrai's own ~20-per-page listing. sort/preliminary/spoilers/sentiment filter/order the underlying set before that cap is applied. Get the mal_id from search_anime.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | MyAnimeList numeric ID. | |
| page | No | 1-based page number for pagination (1-1000). | |
| sort | No | Sort order. Defaults to most_helpful (Tenrai's own default) when omitted. | |
| limit | No | Max results per page (1-50). | |
| spoilers | No | Filter by spoiler. 'true' includes them alongside other reviews (default), 'false' excludes them, 'only' returns exclusively spoiler reviews. | |
| sentiment | No | Restrict to reviews with this overall sentiment tag. Omit for all sentiments. | |
| preliminary | No | Filter by preliminary. 'true' includes them alongside other reviews (default), 'false' excludes them, 'only' returns exclusively preliminary reviews. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reviews | Yes |