fetchLanguageMasters
Retrieve language masters for a specific site using the AEM MCP Server's REST/JSON-RPC API, enabling streamlined content and asset management for multilingual sites.
Instructions
Get language masters for a specific site
Input Schema
Name | Required | Description | Default |
---|---|---|---|
site | Yes |
Input Schema (JSON Schema)
{
"properties": {
"site": {
"type": "string"
}
},
"required": [
"site"
],
"type": "object"
}