listChildren
Retrieve and list child nodes for a specified path in Adobe Experience Manager using the AEM MCP Server. Enables efficient content management and organization.
Instructions
Legacy: List child nodes
Input Schema
Name | Required | Description | Default |
---|---|---|---|
path | Yes |
Input Schema (JSON Schema)
{
"properties": {
"path": {
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
}