notion_replace_page_content
Replace a Notion page's entire content with new markdown, erasing all existing blocks. For selective edits, use the update page content tool.
Instructions
Replace a page's entire content with new markdown.
Overwrites all existing content. Use notion_read_page_markdown first to see what's there. For targeted edits, use notion_update_page_content instead.
page_id: the page to replace content on. markdown: new page content in markdown format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | ||
| markdown | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |