create_page
Create a draft CMS page with a name and URL slug, with optional parent, type, multilingual SEO fields, and custom fields; content is added later in the editor.
Instructions
Create a new draft page with a name and slug (content/blocks are added later in the editor). Optional: parentId, pageType, multilingual displayName/seoTitle/seoDescription, customFields. Only call AFTER the user explicitly agreed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | The page's name | |
| slug | No | URL-friendly slug, e.g. 'about-us' | |
| pageType | No | Page type key (defaults to 'page') | |
| parentId | No | Parent page id for nested pages | |
| seoTitle | No | Multilingual SEO title | |
| description | No | ||
| displayName | No | Multilingual display name | |
| customFields | No | Custom field values for the page type's schema | |
| seoDescription | No | Multilingual SEO description |