network_start
Start capturing network requests and optionally record request/response headers and text bodies to inspect API payloads directly, without switching to other methods.
Instructions
Start capturing network requests. With capture_bodies=true also records request/response headers + text bodies (json/text/xml/form only, capped at body_limit bytes) so you can inspect API payloads via network_get_detail — no need to pivot to evaluate()+fetch().
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body_limit | No | Max bytes kept per request/response body. | |
| capture_bodies | No | Also capture request/response headers and text bodies. |