Skip to main content
Glama

XcodeBuildMCP

boot_sim

Boots an iOS simulator by specifying the simulator UUID via the MCP server XcodeBuildMCP. Ensures correct simulator initialization for development and testing workflows.

Instructions

Boots an iOS simulator. IMPORTANT: You MUST provide the simulatorUuid parameter. Example: boot_sim({ simulatorUuid: 'YOUR_UUID_HERE' })

Input Schema

NameRequiredDescriptionDefault
simulatorUuidYesUUID of the simulator to use (obtained from list_simulators)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "simulatorUuid": { "description": "UUID of the simulator to use (obtained from list_simulators)", "type": "string" } }, "required": [ "simulatorUuid" ], "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/cameroncooke/XcodeBuildMCP'

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