Create page
create_pageCreate a Markdown page in a space, auto-generating a unique slug from the title or using an explicit one. Optionally nest it under a parent page.
Instructions
Create a Markdown page in a space. The slug is derived from the title unless given. With a space-scoped token, omit "space" to use the token's space.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | No | Explicit URL slug (auto-generated and deduped when omitted) | |
| space | No | Space UUID or "workspaceSlug/spaceSlug" path. Optional for space-scoped tokens. | |
| title | Yes | Page title | |
| content | Yes | Markdown content | |
| parent_page_id | No | Parent page UUID, to nest this page under another |