plane-page-create
Create a new page in a Plane project by providing a title and optional content; markdown is converted to formatted HTML.
Instructions
Create a new page with optional content in one call. Accepts markdown (default) or HTML. Markdown is auto-converted to Plane-formatted HTML with proper editor classes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Page title | |
| access | No | 0=public to workspace, 1=private | |
| format | No | Content format: "markdown" (default) or "html" | markdown |
| content | No | Page body content (markdown by default, or HTML if format="html") | |
| project_id | Yes | Project UUID |