devtools_network
Monitor and inspect network requests in a browser tab. Start capture, list requests by type or URL, and clear the buffer to troubleshoot web activity.
Instructions
Inspect network requests for a tab. Start monitoring to capture future requests, then list or clear them. Equivalent to the DevTools Network panel.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max entries to return (default: 50) | |
| tabId | No | Target tab ID (from browser_tabs list). Uses active tab if omitted. | |
| action | Yes | start: begin capturing requests | list: show captured requests | clear: empty the buffer | |
| filter | No | Filter requests by resource type (default: all) | |
| agentId | No | Agent identifier for parallel execution. Pass a unique ID (e.g. 'C1', 'J2') — the server automatically routes calls to this agent's dedicated tab (registered via browser_tabs action=new). | |
| urlContains | No | Only show requests whose URL contains this string |