Skip to main content
Glama

XcodeBuildMCP

start_sim_log_cap

Capture structured logs from a specified simulator by providing the simulator UUID and app bundle ID. Optionally include console output by enabling captureConsole, which requires app relaunch.

Instructions

Starts capturing logs from a specified simulator. Returns a session ID. By default, captures only structured logs.

Input Schema

NameRequiredDescriptionDefault
bundleIdYesBundle identifier of the app to capture logs for.
captureConsoleNoWhether to capture console output (requires app relaunch).
simulatorUuidYesUUID of the simulator to capture logs from (obtained from list_simulators).

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "bundleId": { "description": "Bundle identifier of the app to capture logs for.", "type": "string" }, "captureConsole": { "default": false, "description": "Whether to capture console output (requires app relaunch).", "type": "boolean" }, "simulatorUuid": { "description": "UUID of the simulator to capture logs from (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/cameroncooke/XcodeBuildMCP'

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