duplicate_page
Duplicate a Notion page by copying its supported block content into a new page. Unsupported blocks are omitted with warnings.
Instructions
Duplicate a page. Reads all blocks from the source and creates a new page with the same content that this server can represent. If the source contains block types this server does not yet support (e.g. child_page subpages, synced_block, child_database, link_to_page), those are omitted from the duplicate AND listed in a warnings field with code omitted_block_types. Notion AI meeting notes are duplicated as ordinary toggle/heading/paragraph blocks (summary and notes only — transcripts are not duplicated); a read_only_block_rendered warning is emitted to identify meeting-notes blocks whose native identity was not preserved across the duplicate. Deep-duplication of subpages is not yet supported.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | Source page ID to duplicate | |
| title | No | Title for the new page. Defaults to source title + ' (Copy)' | |
| parent_page_id | No | Parent page ID for the new page. Falls back to source page's parent, then follows the same resolution as create_page. |