Skip to main content
Glama

OpenSearch MCP Server

by cyberbalsa

getAlertDetails

Retrieve comprehensive details of a specific alert using its unique ID from the OpenSearch MCP Server, ensuring precise analysis and monitoring of Wazuh security logs.

Instructions

Get detailed information about a specific alert by ID

Input Schema

NameRequiredDescriptionDefault
idYesThe alert ID
indexNoIndex patternwazuh-alerts-*

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "id": { "description": "The alert ID", "type": "string" }, "index": { "default": "wazuh-alerts-*", "description": "Index pattern", "type": "string" } }, "required": [ "id" ], "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