comments_create
Add comments to Yonote entities like documents, and reply to existing comments via parent ID.
Instructions
Add a comment to an entity (e.g. entityType: "document").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Comment text in Markdown | |
| entityId | Yes | Entity ID | |
| entityType | Yes | Entity type, e.g. "document" | |
| parentCommentId | No | Parent comment ID for replies |