Skip to main content
Glama

XcodeBuildMCP

get_sim_app_path_id_ws

Retrieves the app bundle path for a simulator by UUID using a specified Xcode workspace, scheme, and platform. Requires workspacePath, scheme, platform, and simulatorId inputs for execution.

Instructions

Gets the app bundle path for a simulator by UUID using a workspace. IMPORTANT: Requires workspacePath, scheme, platform, and simulatorId. Example: get_sim_app_path_id_ws({ workspacePath: '/path/to/workspace', scheme: 'MyScheme', platform: 'iOS Simulator', simulatorId: 'SIMULATOR_UUID' })

Input Schema

NameRequiredDescriptionDefault
configurationNoBuild configuration (Debug, Release, etc.)
platformYesThe target simulator platform (Required)
schemeYesThe scheme to use (Required)
simulatorIdYesUUID of the simulator to use (obtained from listSimulators) (Required)
useLatestOSNoWhether to use the latest OS version for the named simulator
workspacePathYesPath to the .xcworkspace file (Required)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "configuration": { "description": "Build configuration (Debug, Release, etc.)", "type": "string" }, "platform": { "description": "The target simulator platform (Required)", "enum": [ "iOS Simulator", "watchOS Simulator", "tvOS Simulator", "visionOS Simulator" ], "type": "string" }, "scheme": { "description": "The scheme to use (Required)", "type": "string" }, "simulatorId": { "description": "UUID of the simulator to use (obtained from listSimulators) (Required)", "type": "string" }, "useLatestOS": { "description": "Whether to use the latest OS version for the named simulator", "type": "boolean" }, "workspacePath": { "description": "Path to the .xcworkspace file (Required)", "type": "string" } }, "required": [ "workspacePath", "scheme", "platform", "simulatorId" ], "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