Skip to main content
Glama

set_sim_appearance

Change the appearance mode of an iOS simulator to dark or light using its UUID. Simplify simulator customization for testing environments.

Instructions

Sets the appearance mode (dark/light) of an iOS simulator.

Input Schema

NameRequiredDescriptionDefault
modeYesThe appearance mode to set (either "dark" or "light")
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": { "mode": { "description": "The appearance mode to set (either \"dark\" or \"light\")", "enum": [ "dark", "light" ], "type": "string" }, "simulatorUuid": { "description": "UUID of the simulator to use (obtained from list_simulators)", "type": "string" } }, "required": [ "simulatorUuid", "mode" ], "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