Skip to main content
Glama

iOS Simulator MCP

ui_describe_point

Identifies the accessibility element at specific coordinates on the iOS Simulator screen, enabling precise UI element inspection for testing and debugging purposes.

Instructions

Returns the accessibility element at given co-ordinates on the iOS Simulator's screen

Input Schema

NameRequiredDescriptionDefault
udidNoUdid of target, can also be set with the IDB_UDID env var
xYesThe x-coordinate
yYesThe y-coordinate

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "udid": { "description": "Udid of target, can also be set with the IDB_UDID env var", "pattern": "^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{12}$", "type": "string" }, "x": { "description": "The x-coordinate", "type": "number" }, "y": { "description": "The y-coordinate", "type": "number" } }, "required": [ "x", "y" ], "type": "object" }

Other Tools from iOS Simulator MCP

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/joshuayoes/ios-simulator-mcp'

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