notion_create_page
Create a new Notion page under a specified database or page, with optional paragraph content and custom properties.
Instructions
Create a new Notion page under a database or page with optional paragraph content
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parentId | Yes | Parent database or page ID | |
| parentType | Yes | Type of parent (database or page) | |
| properties | Yes | Page properties as JSON string (Notion properties format) | |
| content | No | Page body as plain text (added as paragraph blocks) |