create_comment
Add a page-level comment to any Docmost page using Markdown. Mention users or pages with special link syntax.
Instructions
Add a page-level comment to a Docmost page, written in Markdown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | The Docmost page ID (UUID) to comment on. | |
| markdown | Yes | Comment body as Markdown. Creates a page-level comment (not anchored to a text selection). To tag a user, write a link with a `user:` URL: `[Display Name](user:USER_UUID)` (get USER_UUID from list_workspace_members); `[Title](page:PAGE_UUID)` mentions a page. Tables, images, and task lists are not supported inside comments. |