plane-page-set-content
Replace the entire body of a Plane page with markdown or HTML content. Markdown is automatically converted to properly formatted HTML for Plane's editor.
Instructions
Replace the entire page body. Accepts markdown (default) or HTML. Markdown is auto-converted to Plane-formatted HTML with proper editor classes (headings, paragraphs, blockquotes).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Content format | markdown |
| content | Yes | New page body (markdown by default, or HTML if format="html") | |
| page_id | Yes | Page UUID | |
| project_id | Yes | Project UUID |