getAssetMetadata
Extract and retrieve detailed metadata from assets stored in Adobe Experience Manager using the MCP Server's REST/JSON-RPC APIs.
Instructions
Get asset metadata
Input Schema
Name | Required | Description | Default |
---|---|---|---|
assetPath | Yes |
Input Schema (JSON Schema)
{
"properties": {
"assetPath": {
"type": "string"
}
},
"required": [
"assetPath"
],
"type": "object"
}