Elasticsearch MCP Server

get_mapping

Retrieve index mapping details from Elasticsearch clusters by specifying the index name, enabling users to understand data structure and schema.

Instructions

Get index mapping

Input Schema

NameRequiredDescriptionDefault
indexYes

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools from Elasticsearch MCP Server

Related Tools

ID: b3po3delex