create_comment
Add a comment to a document using markdown text or rich-text data. Specify the document ID and optionally include parent comment or anchor text.
Instructions
Add a comment to a document. Provide markdown text (preferred) or rich-text data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| text | No | ||
| anchor_text | No | ||
| document_id | Yes | ||
| anchor_prefix | No | ||
| anchor_suffix | No | ||
| parent_comment_id | No |