anilist-mcp

by yuna0x0
Verified

get_user_activity

Fetch and display user activities from AniList by specifying the user ID, page number, and entries per page. Designed for retrieving activity data efficiently.

Instructions

Fetch activities from a user

Input Schema

NameRequiredDescriptionDefault
pageNoThe page number to display
perPageNoHow many entries to display on one page (max 25)
userYesThe user's AniList ID

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "page": { "default": 1, "description": "The page number to display", "type": "number" }, "perPage": { "default": 25, "description": "How many entries to display on one page (max 25)", "type": "number" }, "user": { "description": "The user's AniList ID", "type": "number" } }, "required": [ "user" ], "type": "object" }
ID: 3w7jxbmhi7