ZAP API — alert
ZAP API — alert. 13 operations. Lead operation: alert. Self-contained Naftiko capability covering one Owasp Zap business surface.
What You Can Do
MCP Tools
add-alert-associated-given-message
Add an alert associated with the given message ID, with the provided details. (The ID of the created alert is returned.)
deletes-alert-given-id
Deletes the alert with the given ID.
deletes-all-alerts-optionally-filtered
Deletes all the alerts optionally filtered by URL which fall within the Context with the provided name, risk, or base URL.
deletes-all-alerts-current-session
Deletes all alerts of the current session.
update-alert-given-id-provided
Update the alert with the given ID, with the provided details.
update-confidence-alerts
Update the confidence of the alerts.
update-risk-alerts
Update the risk of the alerts.
gets-alert-given-id-corresponding
Gets the alert with the given ID, the corresponding HTTP message can be obtained with the 'messageId' field and 'message' API method
gets-count-alerts-optionally-filtered
Gets a count of the alerts, optionally filtered as per alertsPerRisk
gets-alerts-raised-zap-optionally
Gets the alerts raised by ZAP, optionally filtering by URL or riskId, and paginating with 'start' position and 'count' of alerts
gets-summary-alerts-optionally-filtered
Gets a summary of the alerts, optionally filtered by a 'url'. If 'recurse' is true then all alerts that apply to urls that start with the specified 'url' will be returned, otherwise only those on exactly the same 'url' (ignoring url paramet
gets-number-alerts-grouped-each
Gets number of alerts grouped by each risk level, optionally filtering by URL
gets-number-alerts-optionally-filtering
Gets the number of alerts, optionally filtering by URL or riskId