notion_get_page
Retrieve a Notion page and convert its content to Markdown format. Recursively fetches nested blocks up to a configurable depth.
Instructions
Get a Notion page with its content converted to Markdown (recursive block fetch)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageId | Yes | Notion page ID (UUID format, with or without dashes) | |
| maxDepth | No | Max block recursion depth (default 3) |