Skip to main content
Glama

Elasticsearch MCP Server

by rishab2404

list_indices

Retrieve all available Elasticsearch indices by specifying an index pattern using the MCP server. Simplify database queries and manage indices effectively.

Instructions

List all available Elasticsearch indices

Input Schema

NameRequiredDescriptionDefault
indexPatternYesIndex pattern of Elasticsearch indices to list

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "indexPattern": { "description": "Index pattern of Elasticsearch indices to list", "minLength": 1, "type": "string" } }, "required": [ "indexPattern" ], "type": "object" }

Other Tools from Elasticsearch MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/rishab2404/mcp_es'

If you have feedback or need assistance with the MCP directory API, please join our Discord server