scanPageComponents
Scan a page to identify all components and their properties for analysis or troubleshooting in Adobe Experience Manager, using the AEM MCP Server REST/JSON-RPC APIs.
Instructions
Scan a page to discover all components and their properties
Input Schema
Name | Required | Description | Default |
---|---|---|---|
pagePath | Yes |
Input Schema (JSON Schema)
{
"properties": {
"pagePath": {
"type": "string"
}
},
"required": [
"pagePath"
],
"type": "object"
}