Skip to main content
Glama

Panther MCP Server

Official
Apache 2.0
26
  • Apple

add_alert_comment

Add Markdown-formatted comments to security alerts in Panther MCP Server to provide context, updates, or insights during investigations. Requires 'Manage Alerts' permission.

Instructions

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

Returns: Dict containing: - success: Boolean indicating if the comment was added successfully - comment: Created comment information if successful - message: Error message if unsuccessful

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

Input Schema

NameRequiredDescriptionDefault
alert_idYesThe ID of the alert to comment on
commentYesThe comment text to add

Input Schema (JSON Schema)

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