create_page
Create a page from HTML content as a draft or published, with options for title, excerpt, feature image, and metadata. Returns a preview URL to review before publishing.
Instructions
Create a page from HTML content.
Defaults to a draft; pass status="published" to publish immediately.
Pages are standalone (about, contact, …) with no tags or feed placement.
meta_title/meta_description set the page's search-snippet metadata.
Returns the created page's summary, including a preview_url for reviewing
the draft in the active theme before publishing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| html | No | ||
| title | Yes | ||
| status | No | draft | |
| excerpt | No | ||
| meta_title | No | ||
| feature_image | No | ||
| meta_description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||