anilist-mcp

by yuna0x0
Verified

post_text_activity

Create or update text activities on AniList using the API. Provide an activity ID to edit existing posts or leave it null to add new content.

Instructions

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

Input Schema

NameRequiredDescriptionDefault
idYesAniList Activity ID (null to create new, number to update)
textYesThe content of the activity

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" ] }, "text": { "description": "The content of the activity", "type": "string" } }, "required": [ "text", "id" ], "type": "object" }
ID: 3w7jxbmhi7