get_network_logs
Capture XHR and fetch network requests from Chrome, providing method, URL, status, and timing data. Filter by URL string or HTTP method, and limit results to analyze specific requests.
Instructions
Return captured XHR/fetch network requests (method, URL, status, timing). Chrome only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url_filter | No | Only show requests whose URL contains this string | |
| method | No | Filter by HTTP method e.g. GET, POST | |
| limit | No | Max requests to return |