Skip to main content
Glama

Panther MCP Server

Official
Apache 2.0
26
  • Apple

get_alert

Retrieve detailed information about a specific security alert using its unique ID on Panther's MCP Server. Requires 'Read Alerts' permissions to access alert data.

Instructions

Get detailed information about a specific Panther alert by ID

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

Input Schema

NameRequiredDescriptionDefault
alert_idYesThe ID of the alert to fetch

Input Schema (JSON Schema)

{ "properties": { "alert_id": { "description": "The ID of the alert to fetch", "minLength": 1, "title": "Alert Id", "type": "string" } }, "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