List physical devices and simulators
listTraceDevicesList iOS devices and simulators with UDIDs, including offline ones, to identify the correct device for performance tracing.
Instructions
[mg.discover] Run xcrun xctrace list devices and return parsed devices/simulators with their UDIDs. The LLM should call this before recordTimeProfile to discover the right UDID without asking the user. Set includeOffline: true to include disconnected devices.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| includeOffline | No | Include devices listed under "Devices Offline" (default false). |