Elasticsearch MCP Server

by awesimon
Verified

create_mapping

Define or modify the mapping structure of an Elasticsearch index to specify field types and properties, ensuring accurate data organization and retrieval.

Instructions

Create or update the mapping structure of an Elasticsearch index

Input Schema

NameRequiredDescriptionDefault
indexYesElasticsearch index name
mappingsYesIndex mappings, defining field types, etc.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "index": { "description": "Elasticsearch index name", "minLength": 1, "type": "string" }, "mappings": { "additionalProperties": {}, "description": "Index mappings, defining field types, etc.", "type": "object" } }, "required": [ "index", "mappings" ], "type": "object" }

You must be authenticated.

Other Tools from Elasticsearch MCP Server

Related Tools

ID: p1bzvj7dt9