ios-agent-driver
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| 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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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