Create Page
create_pageCreate a page with optional title, body, icon, and parent nesting for product documentation or PRDs.
Instructions
Create a Page (in-product doc / PRD on the spine) and return it (id, title). body is plain text — blank-line-separated blocks become paragraphs; omit it for a blank page. title defaults to 'Untitled'. product_id / parent_id (a parent page) are optional and verified in-org.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Page content as plain text; blank lines separate paragraphs (optional). | |
| icon | No | An emoji icon for the page (optional). | |
| title | No | Page title (optional; 'Untitled' when omitted). | |
| parent_id | No | Parent page id to nest under, from list_pages (optional). | |
| product_id | No | Product to scope it to, from whoami (optional). |