Add a review comment
add_commentAdd an anchored review comment without directly changing document prose. Accepts natural workspace names and document titles; internal routing identifiers are optional. Returns threadId and targetId for reply_to_thread and resolve_thread.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| anchor | Yes | ||
| targetId | No | ||
| articleId | No | Internal document identifier when already available. Omit it when the user referred to the document by title. | |
| commandId | No | ||
| workspaceId | No | Internal workspace identifier when already available. Omit it when the user referred to a workspace by name or has only one workspace. | |
| articleTitle | No | Human-visible document title. Prefer this over asking the user for an internal document identifier. | |
| workspaceName | No | Human-visible workspace name. Prefer this over asking the user for an internal workspace identifier. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| events | Yes | ||
| applied | Yes | ||
| targetId | Yes | Review target containing the new thread. Pass this exact value with threadId to resolve_thread or reply_to_thread. | |
| threadId | Yes | Stable review thread identifier. Pass this exact value with targetId to resolve_thread or reply_to_thread; do not use commandId. | |
| articleId | Yes | ||
| commandId | Yes | ||
| workspaceId | Yes |