notion_add_comment
Add a comment to a Notion page, or reply to an existing discussion thread by providing its ID.
Instructions
Add a comment to a Notion page or reply to a discussion thread.
page_id: the page to comment on. text: comment text. Sent as native API markdown — inline formatting, inline equations, and @mentions all work. discussion_id: if provided, the comment is a reply to this existing discussion thread. Get discussion IDs from notion_get_comments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| page_id | Yes | ||
| discussion_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |