create_page
Creates a wiki page in a specified space from Markdown content, with optional icon and parent page for hierarchical organization.
Instructions
Create a page in a space. Body is Markdown and is persisted in place (Docmost v0.71+). Can nest under a parent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| icon | No | Page icon, usually an emoji | |
| title | Yes | Page title | |
| markdown | No | Page body as Markdown | |
| space_id | Yes | Space UUID or slug | |
| parent_page_id | No | Parent page UUID to nest under |