set_comment_thread_status
Mark a comment thread as resolved when all feedback has been addressed, or set it back to open if further work is required. Update the thread's workflow status using its ID.
Instructions
Set the workflow status of one comment thread to "resolved" or "open". Resolve a thread once its feedback has been fully addressed in the design — this is how you mark review comments as done. Reopen a resolved thread if more work turns out to be needed. Use list_comment_threads or get_comment_thread to find the commentThreadId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fileId | No | Optional. The Paper file ID this call should act on. Pass it to reliably target a specific file when several are open at once (e.g. multiple agents from the same session working in parallel). Omit to use the most recently opened file in the session. | |
| status | Yes | The new workflow status. Set "resolved" once the feedback is fully addressed; set "open" to reopen. | |
| commentThreadId | Yes | The ID of the comment thread to update. |