Skip to main content
Glama

AEM MCP Server

aem_create_page

Automate the creation of new pages in Adobe Experience Manager by specifying the parent path, page name, title, and template. Streamline AEM content management with this tool.

Instructions

Create a new page in AEM

Input Schema

NameRequiredDescriptionDefault
hostNoAEM host (default: localhost)localhost
pageNameYesName of the new page
pageTitleYesTitle of the new page
parentPathYesParent path where to create the page
passwordNoAEM password (default: admin)admin
portNoAEM port (default: 4502)
templateYesTemplate path for the page
usernameNoAEM username (default: admin)admin

Input Schema (JSON Schema)

{ "properties": { "host": { "default": "localhost", "description": "AEM host (default: localhost)", "type": "string" }, "pageName": { "description": "Name of the new page", "type": "string" }, "pageTitle": { "description": "Title of the new page", "type": "string" }, "parentPath": { "description": "Parent path where to create the page", "type": "string" }, "password": { "default": "admin", "description": "AEM password (default: admin)", "type": "string" }, "port": { "default": 4502, "description": "AEM port (default: 4502)", "type": "number" }, "template": { "description": "Template path for the page", "type": "string" }, "username": { "default": "admin", "description": "AEM username (default: admin)", "type": "string" } }, "required": [ "parentPath", "pageName", "pageTitle", "template" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/pradeep-moolemane/aem-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server