Skip to main content
Glama

XcodeBuildMCP

describe_ui

Retrieve the full view hierarchy, including precise frame coordinates (x, y, width, height) for all visible elements in a simulator. Use JSON tree output for accurate UI automation and layout validation.

Instructions

Gets entire view hierarchy with precise frame coordinates (x, y, width, height) for all visible elements. Use this before UI interactions or after layout changes - do NOT guess coordinates from screenshots. Returns JSON tree with frame data for accurate automation.

Input Schema

NameRequiredDescriptionDefault
simulatorUuidYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "simulatorUuid": { "format": "uuid", "type": "string" } }, "required": [ "simulatorUuid" ], "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