Post a comment on a forum thread
post_thread_commentPost a new comment on an AniList forum thread from your account, or update an existing comment by providing its ID. Supports markdown and nested replies.
Instructions
[Requires login] Post a new comment on an AniList forum thread from the authenticated user's account, or update an existing one by passing its id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Comment ID to update instead of creating a new one. Not the comment you're replying to — that's `parentCommentId`. | |
| comment | Yes | The comment text to post (markdown; per AniList's own schema, up to 12000 characters). | |
| threadId | Yes | AniList thread ID to comment on (from get_thread/search_thread). | |
| parentCommentId | No | Reply to this specific comment instead of posting top-level (from get_thread_comments). The reply then appears nested under that comment's `childComments` in get_thread_comments, not as a new top-level entry. Not the comment being edited — that's `id`. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| comment | Yes |