Skip to main content
Glama

OpenSearch MCP Server

by cyberbalsa

getIndexMapping

Retrieve field mappings for a specified index in OpenSearch MCP Server to analyze and query Wazuh security logs more effectively.

Instructions

Get the field mappings for an index

Input Schema

NameRequiredDescriptionDefault
indexYesIndex name to inspect

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "index": { "description": "Index name to inspect", "type": "string" } }, "required": [ "index" ], "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