Skip to main content
Glama

XcodeBuildMCP

stop_app_sim

Stop an app running in an iOS simulator by specifying the simulator UUID and app bundle identifier. Simplifies app management during testing and development.

Instructions

Stops an app running in an iOS simulator. Requires simulatorUuid and bundleId.

Input Schema

NameRequiredDescriptionDefault
bundleIdYesBundle identifier of the app to stop (e.g., 'com.example.MyApp')
simulatorUuidYesUUID of the simulator (obtained from list_simulators)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "bundleId": { "description": "Bundle identifier of the app to stop (e.g., 'com.example.MyApp')", "type": "string" }, "simulatorUuid": { "description": "UUID of the simulator (obtained from list_simulators)", "type": "string" } }, "required": [ "simulatorUuid", "bundleId" ], "type": "object" }
Install Server

Other Tools from XcodeBuildMCP

Related Tools

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