create-comment
Add a comment to a Notion page with rich text formatting. Use discussion_id to reply to an existing thread.
Instructions
Add a comment to a Notion page. Creates a new discussion or adds to an existing one. Comments support rich text formatting (bold, italic, links, etc.). Use discussion_id to reply to an existing comment thread. Returns the created comment ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | No | Page ID | |
| block_id | No | Block or page ID | |
| discussion_id | No | Discussion ID (for replies) | |
| rich_text | Yes | Rich text array |