Elasticsearch MCP Server

by awesimon
Verified

bulk

Import large volumes of documents into an Elasticsearch index, specifying the target index and optional document ID field for efficient data handling.

Instructions

Bulk data into an Elasticsearch index

Input Schema

NameRequiredDescriptionDefault
documentsYesArray of documents to import
idFieldNoOptional document ID field name, if specified, the value of this field will be used as the document ID
indexYesTarget Elasticsearch index name

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "documents": { "description": "Array of documents to import", "items": { "additionalProperties": {}, "type": "object" }, "minItems": 1, "type": "array" }, "idField": { "description": "Optional document ID field name, if specified, the value of this field will be used as the document ID", "type": "string" }, "index": { "description": "Target Elasticsearch index name", "minLength": 1, "type": "string" } }, "required": [ "index", "documents" ], "type": "object" }

You must be authenticated.

Other Tools from Elasticsearch MCP Server

Related Tools

ID: p1bzvj7dt9