anilist-mcp

by yuna0x0
Verified

post_message_activity

Create or update a message activity on AniList by specifying the recipient, text, and visibility. Requires login to manage user interactions directly via the MCP server.

Instructions

[Requires Login] Post a new message activity or update an existing one

Input Schema

NameRequiredDescriptionDefault
idYesAniList Activity ID (null to create new, number to update)
isPrivateNoSet to true if it is a private message
recipientIdYesThe target user to send the message to
textYesThe activity message text

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "id": { "description": "AniList Activity ID (null to create new, number to update)", "type": [ "number", "null" ] }, "isPrivate": { "default": false, "description": "Set to true if it is a private message", "type": "boolean" }, "recipientId": { "description": "The target user to send the message to", "type": "number" }, "text": { "description": "The activity message text", "type": "string" } }, "required": [ "text", "recipientId", "id" ], "type": "object" }
ID: 3w7jxbmhi7