Skip to main content
Glama

XcodeBuildMCP

type_text

Input text into simulator fields using US keyboard characters. First, identify text fields with describe_ui, focus with tap, then type the desired text.

Instructions

Type text (supports US keyboard characters). Use describe_ui to find text field, tap to focus, then type.

Input Schema

NameRequiredDescriptionDefault
simulatorUuidYes
textYes

Input Schema (JSON Schema)

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