comments
Manage Notion comments by listing existing discussions, retrieving specific comments, or creating new comments and replies using page, discussion, or comment IDs.
Instructions
Comments: list, get, create. Use page_id for new discussion, discussion_id for replies, comment_id for get.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action to perform | |
| page_id | No | Page ID | |
| comment_id | No | Comment ID (for get action) | |
| discussion_id | No | Discussion ID (for replies) | |
| content | No | Comment content (for create) |