Skip to main content
Glama

Panther MCP Server

Official
Apache 2.0
16
  • Apple

list_alert_comments

Retrieve comments for a specific alert ID in Panther's security monitoring platform. Returns details like comment text, creator, timestamp, and format, supporting up to 25 entries by default.

Instructions

Get all comments for a specific Panther alert by ID.

Args: alert_id: The ID of the alert to get comments for limit: Maximum number of comments to return (default: 25) Returns: Dict containing: - success: Boolean indicating if the request was successful - comments: List of comments if successful, each containing: - id: The comment ID - body: The comment text - createdAt: Timestamp when the comment was created - createdBy: Information about the user who created the comment - format: The format of the comment (HTML or PLAIN_TEXT or JSON_SCHEMA) - message: Error message if unsuccessful

Input Schema

NameRequiredDescriptionDefault
alert_idYes
limitNo

Input Schema (JSON Schema)

{ "properties": { "alert_id": { "title": "Alert Id", "type": "string" }, "limit": { "default": 25, "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