create_page
Create a new page in a Docmost space by providing a title and optional Markdown content. Optionally set a parent page to nest it under.
Instructions
Create a new Docmost page in a space from Markdown content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Page title. | |
| markdown | No | Page body as Markdown; converted to ProseMirror JSON before sending. | |
| space_id | Yes | The Docmost space ID (UUID) to create the page in. | |
| parent_page_id | No | Optional parent page ID to nest this page under (must be in the same space). |