simulator_list
List all iOS simulators with their current state (Booted, Shutdown, Creating, etc.). Use this tool to discover available simulators, check which ones are running, or find a specific device UDID before performing other simulator operations.
Parameters
Section titled “Parameters”| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
state | string | No | — | Filter simulators by state. Accepted values: "Booted", "Shutdown", "Creating", "Shutting Down". |
Usage Examples
Section titled “Usage Examples”List all simulators
Section titled “List all simulators”“Show me all my iOS simulators”
{}List only booted simulators
Section titled “List only booted simulators”“Which simulators are currently running?”
{ "state": "Booted"}List shutdown simulators
Section titled “List shutdown simulators”“Which simulators are available but not running?”
{ "state": "Shutdown"}Example Output
Section titled “Example Output”Simulators:
iPhone 16 Pro (F3A1B2C3-D4E5-6789-ABCD-EF0123456789) Runtime: iOS 18.0 State: Booted
iPhone 15 (A1B2C3D4-E5F6-7890-ABCD-EF1234567890) Runtime: iOS 17.5 State: Shutdown
iPad Pro 13-inch (M4) (B2C3D4E5-F6A7-8901-BCDE-F12345678901) Runtime: iOS 18.0 State: Shutdown
iPhone 16 (C3D4E5F6-A7B8-9012-CDEF-123456789012) Runtime: iOS 18.0 State: Shutdown
Apple Watch Ultra 2 (D4E5F6A7-B8C9-0123-DEFA-234567890123) Runtime: watchOS 11.0 State: Shutdown
Apple TV 4K (3rd generation) (E5F6A7B8-C9D0-1234-EFAB-345678901234) Runtime: tvOS 18.0 State: ShutdownRelated Tools
Section titled “Related Tools”simulator_create— Create a new simulator devicesimulator_boot— Boot a shutdown simulatorsimulator_list_runtimes— List available runtimes installed on your systemsimulator_list_device_types— List available device types