monitor_network
Monitor network requests in Chrome, filter by source (page or browser), and export as HAR 1.2 for analysis.
Instructions
Monitor network requests. source=page: XHR/fetch hook (installed on first call); source=browser: all requests incl. static assets. format=har exports HAR 1.2.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| clear | No | Clear buffer after read | |
| limit | No | Most recent; buffer 1000 | |
| format | No | har exports HAR 1.2 for external tooling | lines |
| source | No | page sees XHR/fetch only; browser also sees static assets | page |
| tab_id | No | Target tab; omitted = last tab navigated in this session, else the active one |