Skip to main content
Glama

octodet-elasticsearch-mcp

create_index

Create a new Elasticsearch index with customizable settings and mappings to define structure and performance parameters for efficient data storage and retrieval.

Instructions

Create a new Elasticsearch index with optional settings and mappings

Input Schema

NameRequiredDescriptionDefault
indexYesName of the new Elasticsearch index to create
mappingsNoOptional index mappings defining field types and properties
settingsNoOptional index settings like number of shards, replicas, etc.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "index": { "description": "Name of the new Elasticsearch index to create", "minLength": 1, "type": "string" }, "mappings": { "additionalProperties": {}, "description": "Optional index mappings defining field types and properties", "type": "object" }, "settings": { "additionalProperties": {}, "description": "Optional index settings like number of shards, replicas, etc.", "type": "object" } }, "required": [ "index" ], "type": "object" }
Install Server

Other Tools from octodet-elasticsearch-mcp

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/Octodet/elasticsearch-mcp'

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