aem_create_page
Create a new page in Adobe Experience Manager by specifying parent path, page name, title, and template using the AEM MCP Server tool.
Instructions
Create a new page in AEM
Input Schema
Name | Required | Description | Default |
---|---|---|---|
host | No | AEM host (default: localhost) | localhost |
pageName | Yes | Name of the new page | |
pageTitle | Yes | Title of the new page | |
parentPath | Yes | Parent path where to create the page | |
password | No | AEM password (default: admin) | admin |
port | No | AEM port (default: 4502) | |
template | Yes | Template path for the page | |
username | No | AEM username (default: admin) | admin |