Skip to main content
Glama

AEM MCP Server

updateAsset

Modify existing assets in AEM DAM by updating metadata, file content, or mime type via REST/JSON-RPC APIs provided by the AEM MCP Server.

Instructions

Update an existing asset in AEM DAM

Input Schema

NameRequiredDescriptionDefault
assetPathYes
fileContentNo
metadataNo
mimeTypeNo

Input Schema (JSON Schema)

{ "properties": { "assetPath": { "type": "string" }, "fileContent": { "type": "string" }, "metadata": { "type": "object" }, "mimeType": { "type": "string" } }, "required": [ "assetPath" ], "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