工具 API

notion-create-comment

在页面或特定内容上添加评论。创建新评论时,提供`page_id`来识别页面,然后选择一种定位模式: - 仅用`page_id`:页面级评论 - `page_id` + `selection_with_ellipsis`:针对特定块内容的评论 - `discussion_id`:回复现有讨论(仍需提供page_id) 定位内容时,使用`selection_with_ellipsis`包含约10个字符的首尾内容:"# Section Ti...tle content"

productivityOAuth1 积分

调用信息

工具标识
notion-mcp-server.notion-create-comment
服务提供方
Notion
平均响应
3032 ms
近 7 天调用
1

输入参数

rich_text必填

An array of rich text objects that represent the content of the comment.

page_id必填

The ID of the page to comment on (with or without dashes).

discussion_id

The ID or URL of an existing discussion to reply to (e.g., discussion://pageId/blockId/discussionId).

selection_with_ellipsis

Unique start and end snippet of the content to comment on. DO NOT provide the entire string. Instead, provide up to the first ~10 characters, an ellipsis, and then up to the last ~10 characters. Make sure you provide enough of the start and end snippet to uniquely identify the content. For example: "# Section heading...last paragraph."