Skip to main content
Glama

install_app_sim

Use this tool to install an app in an iOS simulator by specifying the simulator UUID and the path to the .app bundle. Requires both parameters to execute successfully.

Instructions

Installs an app in an iOS simulator. IMPORTANT: You MUST provide both the simulatorUuid and appPath parameters. Example: install_app_sim({ simulatorUuid: 'YOUR_UUID_HERE', appPath: '/path/to/your/app.app' })

Input Schema

NameRequiredDescriptionDefault
appPathYesPath to the .app bundle to install (full path to the .app directory)
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": { "appPath": { "description": "Path to the .app bundle to install (full path to the .app directory)", "type": "string" }, "simulatorUuid": { "description": "UUID of the simulator to use (obtained from list_simulators)", "type": "string" } }, "required": [ "simulatorUuid", "appPath" ], "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/SampsonKY/XcodeBuildMCP'

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