Get a recommendation by ID
get_recommendationRetrieve a single AniList recommendation pairing by its ID to re-check its current rating or user rating after voting, without re-paginating the whole list.
Instructions
Get a single AniList recommendation pairing (media + the media users recommend alongside it) by its AniList recommendation ID — useful for re-checking one specific pairing's current rating/userRating (e.g. after voting on it directly on anilist.co — this server has no tool to cast that vote itself) without re-paginating the whole list. Use get_recommendations_for_media instead to discover recommendation IDs for a title in the first place, or to browse/list them. Confirmed live (raw GraphQL, independent of this server): this is an AniList-side inconsistency, not a client bug — a majority of ids from get_recommendations_for_media's own nodes[].id 404 here anyway (7 of 10 tested for one title), with no correlation to that pairing's rating. A 404 on an id you just got from that tool doesn't mean the pairing doesn't exist, only that this specific lookup can't resolve it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | AniList recommendation ID. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| recommendation | Yes |