Skip to main content
Glama

launch_app_logs_sim

Launches an iOS app in a specified simulator, captures its logs, and allows passing additional arguments for testing. Ideal for debugging and app performance analysis.

Instructions

Launches an app in an iOS simulator and captures its logs.

Input Schema

NameRequiredDescriptionDefault
argsNoAdditional arguments to pass to the app
bundleIdYesBundle identifier of the app to launch (e.g., 'com.example.MyApp')
simulatorUuidYesUUID of the simulator to use (obtained from list_simulators)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "args": { "description": "Additional arguments to pass to the app", "items": { "type": "string" }, "type": "array" }, "bundleId": { "description": "Bundle identifier of the app to launch (e.g., 'com.example.MyApp')", "type": "string" }, "simulatorUuid": { "description": "UUID of the simulator to use (obtained from list_simulators)", "type": "string" } }, "required": [ "simulatorUuid", "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/SampsonKY/XcodeBuildMCP'

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