Skip to main content
Glama
PaboluManohar

Android Mobile MCP Server

Install App

mobile_install_app

Installs an app package on a connected Android or iOS device. Provide the device identifier and file path to the .apk, .ipa, .zip, or .app file to complete installation.

Instructions

Install an app on mobile device

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYesThe path to the app file to install. For iOS simulators, provide a .zip file or a .app directory. For Android provide an .apk file. For iOS real devices provide an .ipa file
deviceYesThe device identifier to use. Use mobile_list_available_devices to find which devices are available to you.
Install Server

TDQS

B3.2/5.0
Behavior2/5

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

The description adds no behavioral context beyond what the annotations already provide. Annotations show readOnlyHint=false and destructiveHint=false, meaning this is a state-changing but non-destructive operation; the description does not mention potential side effects like overwriting existing apps, permission requirements, or what happens on failure.

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

Conciseness4/5

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

The description is a single, direct sentence with no filler words, making it appropriately concise. It is front-loaded with the action, though it borders on restating the tool title.

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

Completeness3/5

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

Given the two fully documented parameters and the absence of an output schema, the description is minimally sufficient for an agent to invoke the tool. However, it leaves gaps around return behavior, side effects, and the need for a valid installed-file path, which are not covered elsewhere except partially in parameter descriptions.

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

Parameters3/5

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

The input schema already provides 100% parameter coverage, including detailed descriptions for both 'path' and 'device', so the baseline is 3. The description itself adds no extra parameter semantics beyond restating that an app is installed.

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 uses the specific verb 'Install' with the resource 'an app on mobile device', clearly distinguishing it from siblings like mobile_uninstall_app, mobile_launch_app, and mobile_terminate_app. It directly states the operation and scope without ambiguity.

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

Usage Guidelines2/5

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

The description gives no guidance about when to use this tool versus alternatives, nor does it mention prerequisites or exclusions. The schema hints at using mobile_list_available_devices to find devices, but this is in a parameter description, not in the tool description, and no alternatives are named.

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

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/PaboluManohar/DevAutoFlow-MCP'

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