Notion

notion_get_comments

List unresolved comments on a page or block.

Remote node2flow/notion

Other tools also called notion_get_comments? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "block_id": {
      "type": "string",
      "description": "Page or block ID"
    },
    "page_size": {
      "type": "number",
      "description": "Comments per page"
    },
    "start_cursor": {
      "type": "string",
      "description": "Pagination cursor"
    }
  }
}
          

Provider

Notion →