Tool details
Playground
Input schema
input-schema.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Read the content of a Notion page
| Field | Value |
|---|---|
| Name | notion__read_page |
| Group | Integrations |
{
"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."
}