get_network_requests
Retrieve network requests made by the page after the MCP connection. Filter by URL keyword to inspect specific requests.
Instructions
获取页面网络请求记录(MCP 连接后发生的请求),可按 URL 关键词过滤
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | 返回条数上限,默认 50,最大 200 | |
| url_filter | No | URL 关键词过滤(包含匹配),不传则返回全部 |