sim_list
List iOS simulators on a Mac and retrieve their UDIDs, runtime versions, and names. Filter to currently running simulators with booted_only.
Instructions
List iOS simulators on the Mac (xcrun simctl list devices --json).
Returns the raw simctl JSON so the caller can pick UDIDs / runtime versions / names. Pass booted_only=True to filter to currently-running.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | ||
| user | Yes | ||
| key_path | No | ||
| booted_only | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |