Get an anime/manga's reviews
get_media_reviewsRetrieve user-written reviews for an anime or manga, sorted by helpfulness first. Includes a short summary of each review, with an option to fetch the full text.
Instructions
List user-written reviews for an anime or manga, most-helpful-voted first (confirmed live: ordered by rating, not score — see those fields' own descriptions). Always includes summary (a short excerpt); set includeBody to also fetch each review's full text (can be long — leave it off unless you actually need the full text). Use search_media first to resolve a title to its AniList ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | AniList ID. | |
| page | No | Page number for pagination. AniList's paginated connections (search results, a title's characters/staff/reviews, activity feeds, forum comments) reject a page whose page × perPage exceeds ~5000 entries with an upstream error, so paging that deep fails rather than returning more results. | |
| type | Yes | Whether `id` refers to anime or manga. | |
| perPage | No | Results per page (max 25). | |
| includeBody | No | Also fetch each review's full text (`body`), not just its short `summary`. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reviews | Yes |