readNotionPage
Retrieves Notion page content as text, markdown, or structured blocks. Specify the format to get the data you need.
Instructions
Retrieves the content of a Notion page in the specified format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Format to return the page content in: text, markdown, or blocks | text |
| pageId | Yes | ID of the page to read |