Skip to main content
Glama

Xcode MCP Server

by PolarVista

shutdown_simulator

Terminates an active iOS simulator by providing its UDID, enabling efficient management of Xcode testing environments through the Xcode MCP Server.

Instructions

Shuts down an active iOS simulator using its UDID.

Input Schema

NameRequiredDescriptionDefault
udidYesThe UDID of the simulator to shutdown.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "udid": { "description": "The UDID of the simulator to shutdown.", "type": "string" } }, "required": [ "udid" ], "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/PolarVista/Xcode-mcp-server'

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