list_alerts
Retrieve and filter alerts from Panther MCP Server by date range, severity, status, detection ID, log sources, resource types, and more. Customize pagination and search alert titles for efficient monitoring and investigation.
Instructions
List alerts from Panther with comprehensive filtering options
Args: start_date: Optional start date in ISO 8601 format (e.g. "2024-03-20T00:00:00Z") end_date: Optional end date in ISO 8601 format (e.g. "2024-03-21T00:00:00Z") severities: Optional list of severities to filter by (e.g. ["CRITICAL", "HIGH", "MEDIUM", "LOW", "INFO"]) statuses: Optional list of statuses to filter by (e.g. ["OPEN", "TRIAGED", "RESOLVED", "CLOSED"]) cursor: Optional cursor for pagination from a previous query detection_id: Optional detection ID to filter alerts by. If provided, date range is not required. event_count_max: Optional maximum number of events that returned alerts must have event_count_min: Optional minimum number of events that returned alerts must have log_sources: Optional list of log source IDs to filter alerts by log_types: Optional list of log type names to filter alerts by name_contains: Optional string to search for in alert titles page_size: Number of results per page (default: 25, maximum: 50) resource_types: Optional list of AWS resource type names to filter alerts by subtypes: Optional list of alert subtypes. Valid values depend on alert_type: - When alert_type="ALERT": ["POLICY", "RULE", "SCHEDULED_RULE"] - When alert_type="DETECTION_ERROR": ["RULE_ERROR", "SCHEDULED_RULE_ERROR"] - When alert_type="SYSTEM_ERROR": subtypes are not allowed alert_type: Type of alerts to return (default: "ALERT"). One of: - "ALERT": Regular detection alerts - "DETECTION_ERROR": Alerts from detection errors - "SYSTEM_ERROR": System error alerts
Permissions:{'all_of': ['Read Alerts']}
Input Schema
Name | Required | Description | Default |
---|---|---|---|
alert_type | No | Type of alerts to return | ALERT |
cursor | No | Optional cursor for pagination returned from a previous call | |
detection_id | No | Optional detection ID to filter alerts by; if provided, the date range is not required | |
end_date | No | Optional end date in ISO-8601 format. If provided, defaults to the end of the current day UTC. | |
event_count_max | No | Optional maximum number of events an alert may contain | |
event_count_min | No | Optional minimum number of events an alert must contain | |
log_sources | No | Optional list of log‑source IDs to filter alerts by | |
log_types | No | Optional list of log‑type names to filter alerts by | |
name_contains | No | Optional substring to match within alert titles | |
page_size | No | Number of results per page (max 50, default 25) | |
resource_types | No | Optional list of AWS resource‑type names to filter alerts by | |
severities | No | Optional list of severities to filter by | |
start_date | No | Optional start date in ISO-8601 format. If provided, defaults to the start of the current day UTC. | |
statuses | No | Optional list of statuses to filter by | |
subtypes | No | Optional list of alert subtypes (valid values depend on alert_type) |