Skip to main content
Glama

OpenSearch MCP Server

by cyberbalsa

listIndexes

Quickly retrieve all available indexes in OpenSearch for efficient data management and filtering. Specify an index pattern (e.g., 'logs-*') to refine results.

Instructions

List all available indexes in OpenSearch

Input Schema

NameRequiredDescriptionDefault
patternNoIndex pattern to filter (e.g., 'logs-*')*

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "pattern": { "default": "*", "description": "Index pattern to filter (e.g., 'logs-*')", "type": "string" } }, "type": "object" }

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/cyberbalsa/mcp-opensearch-js'

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