searchContent
Query and retrieve Adobe Experience Manager content by specifying type, full text, path, and limit using the AEM MCP Server's REST/JSON-RPC API.
Instructions
Search content using Query Builder
Input Schema
Name | Required | Description | Default |
---|---|---|---|
fulltext | No | ||
limit | No | ||
path | No | ||
type | No |
Input Schema (JSON Schema)
{
"properties": {
"fulltext": {
"type": "string"
},
"limit": {
"type": "number"
},
"path": {
"type": "string"
},
"type": {
"type": "string"
}
},
"type": "object"
}