getTemplateStructure
Analyze and retrieve the detailed structure of a specific template in Adobe Experience Manager using the AEM MCP Server API for precise content and component management.
Instructions
Get detailed structure of a specific template
Input Schema
Name | Required | Description | Default |
---|---|---|---|
templatePath | Yes |
Input Schema (JSON Schema)
{
"properties": {
"templatePath": {
"type": "string"
}
},
"required": [
"templatePath"
],
"type": "object"
}