Skip to main content
Glama

XC-MCP: XCode CLI wrapper

by conorluddy

simctl-get-details

Retrieve filtered simulator details from cached simctl-list data by specifying cache ID, detail type, device, runtime, or max devices. Optimizes Xcode CLI usage within MCP limits.

Instructions

Get detailed simulator information from cached simctl-list results with progressive disclosure

Input Schema

NameRequiredDescriptionDefault
cacheIdYesCache ID from previous simctl-list call
detailTypeYesType of details to retrieve
deviceTypeNoFilter by device type (iPhone, iPad, etc.)
maxDevicesNoMaximum number of devices to return
runtimeNoFilter by runtime version

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "cacheId": { "description": "Cache ID from previous simctl-list call", "type": "string" }, "detailType": { "description": "Type of details to retrieve", "enum": [ "full-list", "devices-only", "runtimes-only", "available-only" ], "type": "string" }, "deviceType": { "description": "Filter by device type (iPhone, iPad, etc.)", "type": "string" }, "maxDevices": { "default": 20, "description": "Maximum number of devices to return", "type": "number" }, "runtime": { "description": "Filter by runtime version", "type": "string" } }, "required": [ "cacheId", "detailType" ], "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/conorluddy/xc-mcp'

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