Skip to main content
Glama

AEM MCP Server

validateComponent

Validate component changes in Adobe Experience Manager by testing locale, page path, component, and properties before implementation to ensure accuracy and compatibility.

Instructions

Validate component changes before applying them

Input Schema

NameRequiredDescriptionDefault
componentYes
localeYes
pagePathYes
propsYes

Input Schema (JSON Schema)

{ "properties": { "component": { "type": "string" }, "locale": { "type": "string" }, "pagePath": { "type": "string" }, "props": { "type": "object" } }, "required": [ "locale", "pagePath", "component", "props" ], "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