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