notion_read_page
Retrieve a Notion page's title, properties, and full content as markdown, including nested blocks up to a specified depth.
Instructions
Read a Notion page's properties and content as markdown.
Returns the page title, properties, and full block content rendered as readable markdown. Nested blocks (toggles, list children, columns) are fetched recursively up to max_depth levels.
page_id: Notion page ID (from notion_search_pages or a URL). max_depth: how many levels of nested blocks to fetch (1-5, default 3). include_block_ids: if True, each block line is suffixed with an HTML comment containing the block UUID, e.g. . Use these IDs with notion_update_block / notion_delete_block.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | ||
| max_depth | No | ||
| include_block_ids | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |