list_indices
Retrieve and display all available Elasticsearch indices to manage and interact with data stored in Elasticsearch through the MCP server.
Instructions
List all available Elasticsearch indices
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": {}, "type": "object" }