Post a message activity
post_message_activityPost a public message to another AniList user's profile or update an existing message activity by ID. Requires login; messages are visible publicly.
Instructions
[Requires login] Post a new message-style activity to another AniList user's profile, or update an existing one by passing its id. Despite the name, this is NOT a private DM — like post_text_activity, it's publicly visible on both users' activity feeds/profiles to anyone who can view them. This is a limitation of this tool, not AniList itself: AniList's underlying mutation does accept a private argument, but this tool doesn't expose it, so every message sent through it is public. Don't use it for anything the sender expects to stay confidential.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Activity ID to update instead of creating a new post. | |
| message | Yes | The message text to post (per AniList's own schema: 2-10000 characters). | |
| recipientId | Yes | AniList numeric user ID of the message recipient (resolve a username via search_user first). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| activity | Yes |