Skip to main content
Glama

AEM MCP Server

bulkUpdateComponents

Update multiple components simultaneously in Adobe Experience Manager with validation and rollback support for efficient and error-proof content management.

Instructions

Update multiple components in a single operation with validation and rollback support

Input Schema

NameRequiredDescriptionDefault
continueOnErrorNo
updatesYes
validateFirstNo

Input Schema (JSON Schema)

{ "properties": { "continueOnError": { "type": "boolean" }, "updates": { "items": { "properties": { "componentPath": { "type": "string" }, "properties": { "type": "object" } }, "required": [ "componentPath", "properties" ], "type": "object" }, "type": "array" }, "validateFirst": { "type": "boolean" } }, "required": [ "updates" ], "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