createNotionPage
Create a Notion page in a specified parent page or database, with a title and optional content.
Instructions
Creates a new page in Notion with specified content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Title of the new page | |
| content | No | Optional text content for the page | |
| parentId | Yes | ID of the parent page or database | |
| parentType | Yes | Type of parent (page or database) |