id: get_device_app_path
module: mcp/tools/device/get_device_app_path
names:
  mcp: get_device_app_path
  cli: get-app-path
description: Get device built app path.
outputSchema:
  schema: xcodebuildmcp.output.app-path
  version: "2"
annotations:
  title: Get Device App Path
  readOnlyHint: true
  destructiveHint: false
  openWorldHint: false
nextSteps:
  - label: Get bundle ID
    toolId: get_app_bundle_id
    priority: 1
    when: success
  - label: Install app on device
    toolId: install_app_device
    priority: 2
    when: success
  - label: Launch app on device
    toolId: launch_app_device
    priority: 3
    when: success
