getNodeContent
Retrieve JCR node content from Adobe Experience Manager using a specified path and depth. Integrate with the AEM MCP Server for streamlined content management and automation workflows.
Instructions
Legacy: Get JCR node content
Input Schema
Name | Required | Description | Default |
---|---|---|---|
depth | No | ||
path | Yes |
Input Schema (JSON Schema)
{
"properties": {
"depth": {
"type": "number"
},
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
}