Skip to main content
Glama

Panther MCP Server

Official
Apache 2.0
26
  • Apple

get_alert_events

Retrieve recent events for a specific alert in Panther's security monitoring platform. Ensures efficient queries by limiting results without pagination, returning success status, event list, or error message.

Instructions

Get events for a specific Panther alert. Order of events is not guaranteed. This tool does not support pagination to prevent long-running, expensive queries.

Returns: Dict containing: - success: Boolean indicating if the request was successful - events: List of most recent events if successful - message: Error message if unsuccessful

Permissions:{'all_of': ['Read Alerts']}

Input Schema

NameRequiredDescriptionDefault
alert_idYesThe ID of the alert to get events for
limitNoMaximum number of events to return

Input Schema (JSON Schema)

{ "properties": { "alert_id": { "description": "The ID of the alert to get events for", "minLength": 1, "title": "Alert Id", "type": "string" }, "limit": { "default": 10, "description": "Maximum number of events to return", "maximum": 50, "minimum": 1, "title": "Limit", "type": "integer" } }, "required": [ "alert_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/panther-labs/mcp-panther'

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