post_comment
Add comments to markdown documents for collaboration, optionally anchored to specific text or replying to existing comments to facilitate feedback integration in AI workflows.
Instructions
Post a comment on a document, optionally anchored to specific text. Can also reply to an existing comment. If the document is in this MCP server's local store, 'key' is optional.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| document_id | Yes | Document ID | |
| key | No | Comment, edit, or admin key. Optional if the document is in this MCP server's local store. | |
| content | Yes | Comment text | |
| author_name | No | Your name | |
| anchor_text | No | Text in the document this comment refers to | |
| parent_id | No | ID of the comment to reply to (one level nesting) |