list_network_requests
Monitor and retrieve network requests from a MiniApp session to analyze XHR/Fetch activity, with pagination and filtering options for debugging.
Instructions
List network requests for the currently selected miniapp target/session since MCP started monitoring it. Results are sorted newest-first. By default returns the 20 most recent requests; use page_size/page_idx to paginate. Pass reqid to get a single request's full details. On first call it automatically connects to the endpoint, infers the target, attaches only that target, enables Network on that target session, and starts collecting XHR/Fetch requests.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endpoint | No | devtools://devtools/bundled/inspector.html?ws=127.0.0.1:62000 | |
| reqid | No | ||
| page_size | No | ||
| page_idx | No | ||
| resource_types | No | ||
| url_filter | No | ||
| include_preserved_requests | No | ||
| wait_ms | No | ||
| clear_existing | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |