network_analyze
Inspect network requests and responses from browser tabs, filter by method, status code, URL, or duration to diagnose web performance and API issues.
Instructions
Analyze network requests and responses from connected browser tabs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of requests to return | |
| tabId | Yes | The ID of the tab to analyze network traffic from | |
| method | No | Filter by HTTP methods | |
| statusCode | No | Filter by specific status codes | |
| urlPattern | No | Regular expression pattern to filter URLs | |
| minDuration | No | Minimum response time in milliseconds | |
| statusRange | No | Filter by status code range |