Skip to main content
Glama

MCP Xcode

by Stefan-Nitu

uninstall_app

Remove an app from an Apple simulator by specifying its bundle ID and optional device ID, ensuring clean testing environments for iOS, macOS, tvOS, watchOS, and visionOS projects.

Instructions

Uninstall an app from the simulator

Input Schema

NameRequiredDescriptionDefault
bundleIdYesBundle identifier of the app to uninstall
deviceIdNoDevice UDID or name of the simulator (optional, uses booted device if not specified)

Input Schema (JSON Schema)

{ "properties": { "bundleId": { "description": "Bundle identifier of the app to uninstall", "type": "string" }, "deviceId": { "description": "Device UDID or name of the simulator (optional, uses booted device if not specified)", "type": "string" } }, "required": [ "bundleId" ], "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/Stefan-Nitu/mcp-xcode'

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