Skip to main content
Glama

Panther MCP Server

Official
Apache 2.0
26
  • Apple

update_alert_status

Modify the status of multiple Panther alerts by specifying alert IDs and the desired status. Requires 'Manage Alerts' permission to execute. Returns success status, updated alert IDs, and error messages if applicable.

Instructions

Update the status of one or more Panther alerts.

Returns: Dict containing: - success: Boolean indicating if the update was successful - alerts: List of updated alert IDs if successful - message: Error message if unsuccessful

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

Input Schema

NameRequiredDescriptionDefault
alert_idsYesList of alert IDs to update
statusYesNew status for the alerts

Input Schema (JSON Schema)

{ "properties": { "alert_ids": { "description": "List of alert IDs to update", "items": { "type": "string" }, "title": "Alert Ids", "type": "array" }, "status": { "description": "New status for the alerts", "examples": [ "OPEN", "TRIAGED", "RESOLVED", "CLOSED" ], "title": "Status", "type": "string" } }, "required": [ "alert_ids", "status" ], "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