reply_to_thread
Append a rate-limited reply to an existing review thread without changing its anchor or status. The caller needs comment access. Use add_comment to create a new thread or set_thread_status to resolve or reopen one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Reply text to append to the existing thread. | |
| threadId | Yes | ID of an existing review thread in the artifact. | |
| documentId | Yes | ID of the artifact containing the target resource. | |
| idempotencyKey | Yes | Stable unique key for this intended change; reuse only to retry the same inputs. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| body | Yes | ||
| authorId | Yes | ||
| editedAt | Yes | ||
| createdAt | Yes | ISO 8601 timestamp. | |
| authorName | Yes | ||
| authorOnBehalfOfId | Yes | ||
| authorOnBehalfOfName | Yes |