create_page
Create a new page
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Title of the page | |
| content | No | Content in markdown format | |
| parent_id | Yes | ID of the parent page or database | |
| properties | No | Page properties (required for database pages) | |
| parent_type | Yes | Type of parent (database or page) |