Skip to main content
Glama

XcodeBuildMCP

stop_device_log_cap

Terminates an active Apple device log capture session and retrieves the collected logs using the specified session ID in XcodeBuildMCP.

Instructions

Stops an active Apple device log capture session and returns the captured logs.

Input Schema

NameRequiredDescriptionDefault
logSessionIdYesThe session ID returned by start_device_log_cap.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "logSessionId": { "description": "The session ID returned by start_device_log_cap.", "type": "string" } }, "required": [ "logSessionId" ], "type": "object" }
Install Server

Other Tools from XcodeBuildMCP

Related Tools

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