anilist-mcp

by yuna0x0
Verified

get_thread_comments

Retrieve comments for a specific AniList thread by providing the thread ID, page number, and comments per page. Access thread discussions efficiently.

Instructions

Get comments for a specific thread

Input Schema

NameRequiredDescriptionDefault
idYesThe AniList thread ID
pageNoThe page number
perPageNoHow many comments per page

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "id": { "description": "The AniList thread ID", "type": "number" }, "page": { "default": 1, "description": "The page number", "type": "number" }, "perPage": { "default": 25, "description": "How many comments per page", "type": "number" } }, "required": [ "id" ], "type": "object" }
ID: 3w7jxbmhi7