analyze_network
Record a network trace of an iOS app to detect slow requests, analyze transfer sizes, and receive optimization suggestions.
Instructions
Record a Network trace and report slow requests, transfer sizes, and optimization suggestions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bundle_id | Yes | App bundle ID, e.g. com.mycompany.myapp | |
| device_id | Yes | Simulator UUID or physical device ID. Use list_devices to find it. | |
| time_limit_seconds | No | Recording duration in seconds (default 20s). |