Skip to main content
Glama

AEM MCP Server

createPage

Generate new pages in Adobe Experience Manager by specifying parent path, title, template, and properties using REST/JSON-RPC APIs for efficient content management.

Instructions

Create a new page in AEM

Input Schema

NameRequiredDescriptionDefault
nameNo
parentPathYes
propertiesNo
templateYes
titleYes

Input Schema (JSON Schema)

{ "properties": { "name": { "type": "string" }, "parentPath": { "type": "string" }, "properties": { "type": "object" }, "template": { "type": "string" }, "title": { "type": "string" } }, "required": [ "parentPath", "title", "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/indrasishbanerjee/aem-mcp-server'

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