Skip to main content
Glama

iOS Simulator MCP

ui_swipe

Simulates swipe gestures on the iOS Simulator screen by defining start and end coordinates, enabling precise UI interaction testing and control.

Instructions

Swipe on the screen in the iOS Simulator

Input Schema

NameRequiredDescriptionDefault
deltaNoThe size of each step in the swipe (default is 1)
udidNoUdid of target, can also be set with the IDB_UDID env var
x_endYesThe ending x-coordinate
x_startYesThe starting x-coordinate
y_endYesThe ending y-coordinate
y_startYesThe starting y-coordinate

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "delta": { "default": 1, "description": "The size of each step in the swipe (default is 1)", "type": "number" }, "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_end": { "description": "The ending x-coordinate", "type": "number" }, "x_start": { "description": "The starting x-coordinate", "type": "number" }, "y_end": { "description": "The ending y-coordinate", "type": "number" }, "y_start": { "description": "The starting y-coordinate", "type": "number" } }, "required": [ "x_start", "y_start", "x_end", "y_end" ], "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