network
Monitor and manage network requests with actions to list, get details, search, enable/disable monitoring, and set throttling conditions.
Instructions
Monitor and manage network requests. Actions: list (list requests with optional type filter and pagination), get (get specific request by ID), search (search requests by regex pattern), enable (enable network monitoring), disable (disable network monitoring), setConditions (set network throttling conditions)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Request ID (required for get action) | |
| flags | No | Regex flags (for search action, default: "") | |
| limit | No | Max results to return (for list action default: 100, for search action default: 50) | |
| action | Yes | Network action: list (list network requests), get (get specific request details), search (search requests by pattern), enable (enable network monitoring), disable (disable network monitoring), setConditions (set network conditions) | |
| method | No | Filter by HTTP method (for search action) | |
| offset | No | Number of results to skip (for list action, default: 0) | |
| preset | No | Network condition preset (required for setConditions action) | |
| pattern | No | Regex pattern to search for (required for search action) | |
| statusCode | No | Filter by status code (for search action) | |
| includeBody | No | If true, saves response body to disk and returns file path (for get action, default: false) | |
| resourceType | No | Filter by resource type (for list and search actions) | |
| connectionReason | No | Connection reference (use the reference from launchChrome output, e.g., "unnamed-connection-default" or your renamed tab) |