read_page_deep
Recursively read a Notion page and its nested children. Retrieve full document content including sub-lists, toggles, and tables in markdown or JSON format.
Instructions
Read a Notion page with all nested children recursively.
Args: page_id: The Notion page ID. max_depth: Maximum nesting depth to fetch (default 5). format: Output format - 'markdown' for readable text, 'json' for full block tree.
Returns full document content including nested blocks like sub-lists, toggle contents, and table rows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | ||
| max_depth | No | ||
| format | No | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |