set_thread_status
Resolve or reopen an existing review thread without adding a reply. Only the artifact owner or original thread creator may change its state; reopening clears the recorded resolution attribution. Use reply_to_thread when discussion is still needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | Desired state: resolved closes the finding; open reopens it. | |
| 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 | ||
| anchor | Yes | Location for a new thread: the whole artifact, exact text, or an HTML element. | |
| status | Yes | Current review-thread state. | |
| comments | Yes | ||
| outdated | Yes | ||
| createdAt | Yes | ISO 8601 timestamp. | |
| documentId | Yes | ||
| resolvedAt | Yes | ||
| resolvedBy | Yes | ||
| resolvedByName | Yes | ||
| statusUpdatedAt | Yes | ||
| statusUpdatedBy | Yes | ||
| createdVersionId | Yes | ||
| currentVersionId | Yes | ||
| statusUpdatedByName | Yes | ||
| resolvedOnBehalfOfId | Yes | ||
| resolvedOnBehalfOfName | Yes | ||
| statusUpdatedOnBehalfOfId | Yes | ||
| statusUpdatedOnBehalfOfName | Yes |