network_capture_lite
Capture network request metadata and headers from a Chrome tab without recording response bodies. Use start, stop, getLogs, and clear actions to manage recording.
Instructions
Capture network request metadata + headers (no bodies). Cheap passive recorder. Actions: start, stop, getLogs, clear.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tabId | Yes | REQUIRED Tab (target) ID | |
| action | Yes | REQUIRED Action to perform | |
| options | No | CaptureOptions (start only). Defaults: maxEntries=5000, maxBodyBytes=262144 (full mode). | |
| keepBodies | No | On stop: retain on-disk bodies (default false). | |
| limit | No | Max entries to return on getLogs. Default 100; 0 = all. | |
| cursor | No | Opaque pagination cursor returned as nextCursor from a prior getLogs call. |