Create Notion Page
create_pageCreate a child page under a parent Notion page using Markdown or block JSON input.
Instructions
Create a child page under another page from blocks or Markdown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parent_page_id | Yes | Parent page id or page URL. | |
| title | Yes | Title for the new page. | |
| markdown | No | Markdown content to convert into blocks. | |
| blocks | No | Simplified block JSON. |