ZAP API — break
ZAP API — break. 11 operations. Lead operation: break. Self-contained Naftiko capability covering one Owasp Zap business surface.
What You Can Do
MCP Tools
adds-custom-http-breakpoint-string
Adds a custom HTTP breakpoint. The string is the string to match. Location may be one of: url, request_header, request_body, response_header or response_body. Match may be: contains or regex. Inverse (match) may be true or false. Lastly, ig
controls-global-break-functionality-type
Controls the global break functionality. The type may be one of: http-all, http-request or http-response. The state may be true (for turning break on for the specified type) or false (for turning break off). Scope is not currently used.
submits-currently-intercepted-message-and
Submits the currently intercepted message and unsets the global request/response breakpoints
drops-currently-intercepted-message
Drops the currently intercepted message
removes-specified-breakpoint
Removes the specified breakpoint
overwrites-currently-intercepted-message-data
Overwrites the currently intercepted message with the data provided
submits-currently-intercepted-message-next
Submits the currently intercepted message, the next request or response will automatically be intercepted
returns-http-message-currently-intercepted
Returns the HTTP message currently intercepted (if any)
returns-true-if-zap-will
Returns True if ZAP will break on both requests and responses
returns-true-if-zap-will-2
Returns True if ZAP will break on requests
returns-true-if-zap-will-3
Returns True if ZAP will break on responses