getPageTextContent
Extracts text content from a specific page in Adobe Experience Manager (AEM) using the AEM MCP Server. Ideal for content analysis, automation, and integration workflows.
Instructions
Get text content from a specific page
Input Schema
Name | Required | Description | Default |
---|---|---|---|
pagePath | Yes |
Input Schema (JSON Schema)
{
"properties": {
"pagePath": {
"type": "string"
}
},
"required": [
"pagePath"
],
"type": "object"
}