Get manga reviews
get_manga_reviewsRetrieve user reviews for a manga, including review text, score, spoiler flags, chapters read, and reaction counts. Filter by sentiment, spoilers, or preliminary status, and sort by newest, oldest, or most helpful.
Instructions
Get user reviews for one manga (by mal_id): review text (truncated to 1200 characters), score, spoiler/preliminary flags, chapters read at review time (chapters_read, not episodes_watched — that field is anime-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_manga.
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 |