Skip to main content
Glama

AEM MCP Server

uploadAsset

Upload files to Adobe Experience Manager DAM by specifying parent path, file name, content, mime type, and metadata for efficient asset management.

Instructions

Upload a new asset to AEM DAM

Input Schema

NameRequiredDescriptionDefault
fileContentYes
fileNameYes
metadataNo
mimeTypeNo
parentPathYes

Input Schema (JSON Schema)

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