create_page
Creates a new Notion page within a specified parent page. Provide the parent page ID, title, and optional content to add a page to your workspace.
Instructions
Create a new Notion page (basic - use create_rich_page for better formatting)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Title of the new page | |
| content | No | Initial content for the page | |
| parent_page_id | Yes | Parent page ID where the new page will be created |