Skip to main content
Glama
jegriffi91

Mobile Automator MCP Server

by jegriffi91

Install App

install_app
Idempotent

Install a built iOS or Android app onto a booted simulator or emulator using platform-specific commands.

Instructions

Install a built app onto a booted simulator/emulator. iOS uses xcrun simctl install; Android uses adb install -r. Returns the resolved bundle id (iOS) when available.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
appPathYesAbsolute path to the .app bundle (iOS) or .apk file (Android) to install
platformYesTarget mobile platform
deviceUdidYesTarget device UDID (from list_devices)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
outputYes
passedYesWhether install succeeded
bundleIdNoiOS only: bundle identifier extracted from the .app (best-effort).
platformYes
deviceUdidYes
durationMsYes
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already provide idempotentHint=true and destructiveHint=false. The description adds value by specifying the underlying commands (xcrun simctl install, adb install -r), the return value (resolved bundle id for iOS), and the prerequisite that the device be booted, which goes beyond annotation scope.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Three efficient sentences: first states purpose, second gives platform-specific implementation details, third mentions return value. No redundant or superfluous text; every sentence earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's moderate complexity, the description covers purpose, parameters (with cross-reference), preconditions (booted device), and return value. It lacks details on error conditions or post-installation behavior, but the output schema likely covers return structure.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema already covers all three parameters with full description (100% coverage). The description adds cross-referencing context for deviceUdid (from list_devices) and notes platform differences for appPath, providing useful semantics beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the core action: installing a built app onto a booted simulator/emulator. It distinguishes from siblings like uninstall_app and boot_simulator, and mentions platform-specific commands, making the purpose specific and unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description does not explicitly state when to use this tool versus alternatives or when not to use it. It implies the device must be booted but provides no exclusion criteria or comparison to siblings like start_test or run_feature_test.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/jegriffi91/mobile-automator-mcp'

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