create_page
Add new content to Notion by creating a page inside a database or as a child of an existing page. Specify title, optional markdown content, and database properties to structure the new page.
Instructions
Create a new page in a database or as a child of another page. Use when user wants to add new content to Notion.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Page title | |
| content | No | Initial page content in markdown format | |
| parent_id | Yes | Parent database ID or page ID | |
| properties | No | Database properties (for database parents) | |
| parent_type | Yes | Type of parent |