readNotionPage
Fetch a Notion page's content as text, markdown, or structured blocks using its page ID.
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 |