Skip to main content
Glama

Panther MCP Server

Official
Apache 2.0
20
  • Apple

update_alert_assignee_by_id

Reassign alerts to a specific user by their ID in Panther MCP Server. Input alert IDs and assignee ID to update ownership, returning success status and updated alerts.

Instructions

Update the assignee of one or more alerts through the assignee's ID.

Args: alert_ids: List of alert IDs to update assignee_id: The ID of the user to assign the alerts to Returns: Dict containing: - success: Boolean indicating if the update was successful - alerts: List of updated alerts if successful - message: Error message if unsuccessful

Input Schema

NameRequiredDescriptionDefault
alert_idsYes
assignee_idYes

Input Schema (JSON Schema)

{ "properties": { "alert_ids": { "items": { "type": "string" }, "title": "Alert Ids", "type": "array" }, "assignee_id": { "title": "Assignee Id", "type": "string" } }, "required": [ "alert_ids", "assignee_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