Resolve a PDF comment
resolve_commentMark a comment as resolved after implementing the requested edit. Provide the comment ID and a brief note describing the change made.
Instructions
Mark a workspace comment as resolved after you have made the edit it asked for. Pass the comment id (from check_comments) and a one-line note describing what you changed — the note is shown to the user on the comment card.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The comment id, as returned by check_comments. | |
| note | Yes | One line describing the edit you made to address it. |