Skip to main content
Glama

AutoMobile

by zillow

startiOSSimulator

Launch an iOS simulator by specifying its name and set a maximum wait time for readiness using the tool within the AutoMobile MCP server.

Instructions

Start an iOS simulator with the specified name

Input Schema

NameRequiredDescriptionDefault
simulatorNameYesThe iOS simulator name to start
timeoutMsNoMaximum time to wait for simulator to be ready in milliseconds

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "simulatorName": { "description": "The iOS simulator name to start", "type": "string" }, "timeoutMs": { "default": 120000, "description": "Maximum time to wait for simulator to be ready in milliseconds", "type": "number" } }, "required": [ "simulatorName" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/zillow/auto-mobile'

If you have feedback or need assistance with the MCP directory API, please join our Discord server