list_alert_comments
Retrieve all comments for a specific alert within Panther MCP Server, including details like comment ID, text, timestamp, creator, and format, with customizable limits.
Instructions
Get all comments for a specific Panther alert.
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
Permissions:{'all_of': ['Read Alerts']}
Input Schema
Name | Required | Description | Default |
---|---|---|---|
alert_id | Yes | The ID of the alert to get comments for | |
limit | No | Maximum number of comments to return |