Skip to main content
Glama

anilist-mcp

MIT License
153
23
  • Apple
  • Linux

get_user_recent_activity

Retrieve recent activity data for a specific user on AniList by providing their numeric ID.

Instructions

Get recent activity from a user

Input Schema

NameRequiredDescriptionDefault
userYesThe user's AniList ID (Number ID only, DO NOT use username, any kind of string or other types except for numbers.)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "user": { "description": "The user's AniList ID (Number ID only, DO NOT use username, any kind of string or other types except for numbers.)", "type": "number" } }, "required": [ "user" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/yuna0x0/anilist-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server