Skip to main content
Glama

MCP Server for iOS Simulator

terminate-app

Ends a specific application on an iOS simulator by terminating its process. Requires session ID and bundle ID for precise control within the MCP Server environment.

Input Schema

NameRequiredDescriptionDefault
bundleIdYes
sessionIdYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "bundleId": { "type": "string" }, "sessionId": { "type": "string" } }, "required": [ "sessionId", "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/atom2ueki/mcp-server-ios-simulator'

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