add_comment
Add a comment to a Notion page with inline markdown and @Title mentions. Returns the created comment's ID and content.
Instructions
Add a comment to a page. Supports inline markdown and page mentions with @Title. Unlike append_content, a mention the integration cannot resolve is not downgraded to a plain link and returns no warning, so the call can fail. Returns { id, content }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Comment text (supports markdown inline formatting) | |
| page_id | Yes | Page ID | |
| collapse_soft_wraps | No | Collapse single line breaks to spaces per CommonMark before writing. Default false (single line breaks are kept as they are today). Recommended when posting hard-wrapped prose. Do not use when re-posting content read from Notion, or intentional line breaks will be lost. Blank lines are unaffected. |