network_capture
Control network capture for reverse engineering: start, stop, clear, or check status. Optionally filter by URL pattern and capture response bodies.
Instructions
Unified network capture control (v0.9.0).
Replaces start_network_capture / stop_network_capture.
Args: action: "start" — begin capturing network events "stop" — stop capturing (buffer retained) "clear" — clear the capture buffer "status" — return current capture state url_pattern: Glob pattern for "start" (default "**/*" captures all). capture_body: For "start" only; capture response bodies (more memory).
Returns: dict with action result + current status snapshot.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | ||
| url_pattern | No | **/* | |
| capture_body | No |