Elasticsearch MCP Server

get_mapping

Get index mapping

Input Schema

NameRequiredDescriptionDefault
indexYes

Input Schema (JSON Schema)

{ "properties": { "index": { "title": "Index", "type": "string" } }, "required": [ "index" ], "title": "get_mappingArguments", "type": "object" }