browser_network_requests
Retrieve recent network requests from a browser tab, with optional URL substring filter and result limit.
Instructions
List recent network requests captured for this tab (since tracking started).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max number of entries from the end of the log (default: 50). | |
| tab_id | No | Stable tab id from browser_tabs list; preferred when multiple agents run in parallel. Mutually exclusive with tab_index. | |
| tab_index | No | Tab index from browser_tabs list. If omitted, uses the lowest-index tab. Mutually exclusive with tab_id. | |
| url_contains | No | If set, only return requests whose URL includes this substring. |