browser_network_requests
Retrieve a tab's recent network requests (method, URL, status). Filter by URL regex, optionally clear the buffer.
Instructions
List a tab's network requests (method, URL, status), newest 200. Read-only unless clear=true, which empties the buffer. Captured only from the first CDP touch of the tab — reload the page after attaching to see its full traffic. urlPattern (regex) filters by URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clear | No | empty the buffer after reading | |
| tabId | Yes | tab id from browser_tabs_list or browser_tab_create | |
| urlPattern | No | regex filter over the URL |