add_comment
Insert a comment into a document paragraph by specifying the paragraph index and comment text.
Instructions
Add a comment to a paragraph.
Args: comment_text: The comment text paragraph_index: Index of paragraph to comment on (0-based) author: Comment author name initials: Author initials
Returns: Success message or error
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| author | No | MCP Documents | |
| initials | No | MCP | |
| comment_text | Yes | ||
| paragraph_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |