add_comment
Add comments to documents or reply to existing ones to provide feedback, ask questions, and collaborate with others during document development.
Instructions
Adds a comment to a document or replies to an
existing comment.
Use this tool when you need to:
- Provide feedback on document content
- Ask questions about specific information
- Reply to another user's comment
- Collaborate with others on document development
Args:
document_id: The document to comment on
text: The comment text (supports markdown)
parent_comment_id: Optional parent comment ID
(for replies)
Returns:
Result message with the new comment ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| document_id | Yes | ||
| text | Yes | ||
| parent_comment_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |