get_alias
Retrieve alias details for a specified index in Elasticsearch clusters using the MCP server, enabling efficient management of index operations and configurations.
Instructions
Get alias information for a specific index.
Args:
index: Name of the index
Input Schema
Name | Required | Description | Default |
---|---|---|---|
index | Yes |
Input Schema (JSON Schema)
{
"properties": {
"index": {
"title": "Index",
"type": "string"
}
},
"required": [
"index"
],
"type": "object"
}