Skip to main content
Glama

Elasticsearch MCP Server

Apache 2.0
192
  • Apple

put_alias

Create or update an alias for a specific index in Elasticsearch clusters using index name, alias name, and configuration details.

Instructions

Create or update an alias for a specific index. Args: index: Name of the index name: Name of the alias body: Alias configuration

Input Schema

NameRequiredDescriptionDefault
bodyYes
indexYes
nameYes

Input Schema (JSON Schema)

{ "properties": { "body": { "additionalProperties": true, "title": "Body", "type": "object" }, "index": { "title": "Index", "type": "string" }, "name": { "title": "Name", "type": "string" } }, "required": [ "index", "name", "body" ], "type": "object" }

Other Tools from Elasticsearch MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/cr7258/elasticsearch-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server