Skip to main content
Glama

Panther MCP Server

Official
Apache 2.0
26
  • Apple

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

NameRequiredDescriptionDefault
alert_idYesThe ID of the alert to get comments for
limitNoMaximum number of comments to return

Input Schema (JSON Schema)

{ "properties": { "alert_id": { "description": "The ID of the alert to get comments for", "minLength": 1, "title": "Alert Id", "type": "string" }, "limit": { "default": 25, "description": "Maximum number of comments to return", "maximum": 50, "minimum": 1, "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