snapshot_page
Create a complete snapshot of a page with all nested children, saving the full block tree to a JSON file for backup or restore.
Instructions
Create a complete snapshot of a page with all nested children.
Saves to a JSON file if output_path is provided. The snapshot includes the full block tree with recursive children, suitable for restore.
Default path: ~/notion-snapshots/<page_id>_.json
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | ||
| output_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |