network_capture_full
Capture network requests with response bodies (capped) for browser tabs. Manage capture lifecycle with start, stop, getLogs, and clear actions.
Instructions
Capture network requests with response bodies (capped). Actions: start, stop, getLogs, clear. Bodies over maxBodyBytes are omitted with reason="over_cap".
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. |