search_network
Search network requests by URL pattern in React Native Metro logs to retrieve, filter, and analyze app network activity in real-time.
Instructions
Search network requests by URL pattern (case-insensitive)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urlPattern | Yes | URL pattern to search for | |
| maxResults | No | Maximum number of results to return (default: 50) | |
| format | No | Output format: 'text' or 'tonl' (default, compact token-optimized format) | tonl |