ios-agent-driver
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_simsA | List available simulator devices (udid, name, state, runtime). |
| boot_simB | Boot a simulator. Defaults to the already-booted sim, else the first available iPhone. |
| install_appB | Install a built .app bundle onto the simulator. |
| launchA | Launch an installed app by bundle id. Returns the launch output (pid). |
| terminateC | Terminate a running app by bundle id. |
| reset_appC | Uninstall then reinstall an app for a clean state. |
| deeplinkB | Open a URL / universal link in the simulator (jump straight to a screen). |
| set_permissionB | Grant/revoke/reset a privacy permission for an app (e.g. photos, camera, location, notifications). |
| describe_uiA | PRIMARY PERCEPTION. Return the accessibility tree of the current screen as a list of elements (label, type, value, enabled, frame). Reason over this and tap by label. |
| screenshotA | Capture a PNG screenshot of the current screen. Use as the vision fallback when an element is not exposed in the accessibility tree, or to verify state. |
| tapA | Tap an element by accessibility label (preferred) or by raw x,y coordinate (fallback). Provide either |
| type_textB | Type text into the currently focused field. Tap the field first to focus it. |
| swipeA | Swipe/scroll from one point to another. Either give a |
| press_buttonC | Press a hardware button (HOME backgrounds the app; LOCK locks the screen). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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/CodeJonesW/ios-agent-driver'
If you have feedback or need assistance with the MCP directory API, please join our Discord server