Skip to main content
Glama

Panther MCP Server

Official
Apache 2.0
16
  • Apple

add_alert_comment

Add formatted comments to alerts in Panther MCP Server using Markdown. Specify alert ID and comment text to enhance alert context and collaboration during investigations.

Instructions

Add a comment to a Panther alert. Comments support Markdown formatting.

Args: alert_id: The ID of the alert to comment on comment: The comment text to add Returns: Dict containing: - success: Boolean indicating if the comment was added successfully - comment: Created comment information if successful - message: Error message if unsuccessful

Input Schema

NameRequiredDescriptionDefault
alert_idYes
commentYes

Input Schema (JSON Schema)

{ "properties": { "alert_id": { "title": "Alert Id", "type": "string" }, "comment": { "title": "Comment", "type": "string" } }, "required": [ "alert_id", "comment" ], "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