create_root_page
Create a new page under a configured root parent, with support for rich content blocks, templates, and variable customization.
Instructions
Create a page under a configured root parent
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Title of the new page | |
| blocks | No | Custom formatted content blocks if content_type is rich | |
| template | No | Template to use if content_type is template | |
| variables | No | Variables for template customization | |
| content_type | No | Type of content to create | rich |