Skip to main content
Glama

Xcode MCP Server

by PolarVista

trace_app

Capture performance traces of applications using 'xctrace'. Specify the application binary path and trace duration to analyze performance efficiently with the Xcode MCP Server.

Instructions

Captures a performance trace of an application using 'xctrace'.

Input Schema

NameRequiredDescriptionDefault
appPathYesPath to the application binary to trace.
durationNoDuration (in seconds) for the trace.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "appPath": { "description": "Path to the application binary to trace.", "type": "string" }, "duration": { "description": "Duration (in seconds) for the trace.", "type": "number" } }, "required": [ "appPath" ], "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