Skip to main content
Read the content of a Notion page

Tool details

FieldValue
Namenotion__read_page
GroupIntegrations

Playground

Input schema

Input schema
{
  "type": "object",
  "properties": {
    "pageId": {
      "type": "string",
      "description": "Notion page ID"
    },
    "page_size": {
      "type": "number",
      "description": "Maximum child blocks to return"
    },
    "start_cursor": {
      "type": "string",
      "description": "Pagination cursor"
    }
  },
  "required": [
    "pageId"
  ],
  "description": "Input schema for the notion__read_page tool."
}

Output schema

This tool does not publish an output schema.