fetchAvailableLocales
Retrieve available locales for a specific site and language master path using Adobe Experience Manager's MCP Server to manage multilingual content efficiently.
Instructions
Get available locales for a site and language master
Input Schema
Name | Required | Description | Default |
---|---|---|---|
languageMasterPath | Yes | ||
site | Yes |
Input Schema (JSON Schema)
{
"properties": {
"languageMasterPath": {
"type": "string"
},
"site": {
"type": "string"
}
},
"required": [
"site",
"languageMasterPath"
],
"type": "object"
}