anilist-mcp

by yuna0x0
Verified

get_recommendations_for_media

Discover personalized AniList media recommendations by providing a specific media ID, with options to paginate and limit results for tailored suggestions.

Instructions

Get AniList recommendations for a specific media

Input Schema

NameRequiredDescriptionDefault
mediaIDYesThe AniList media ID
pageNoTarget a specific page number for recommendations
perPageNoLimit the page amount (max 25 per AniList limits)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "mediaID": { "description": "The AniList media ID", "type": "number" }, "page": { "default": 1, "description": "Target a specific page number for recommendations", "type": "number" }, "perPage": { "default": 25, "description": "Limit the page amount (max 25 per AniList limits)", "type": "number" } }, "required": [ "mediaID" ], "type": "object" }
ID: 3w7jxbmhi7