Skip to main content
Glama

call

Execute a specified action on a paired Android device, enabling remote control and automation of apps with commands like tap, swipe, type, and launch.

Instructions

Execute a tool on a paired Android device. See docs/MOBILE_MCP_TOOLS.md for the full tool reference. Available device tools: computer.tap, computer.double_tap, computer.long_press, computer.swipe, computer.drag_path, computer.multi_touch, computer.pinch, computer.type, computer.key, computer.scroll, screen.screenshot, screen.dump, screen.observe, device.info, device.brightness, device.volume, device.clipboard, app.current, app.list, app.launch. The device routes the call through its MobileGatewayService to the appropriate service.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toolYesDevice tool name. See docs/MOBILE_MCP_TOOLS.md for full reference and schemas. Examples: computer.tap (requires x,y), computer.key (requires key: back|home|enter|recents), computer.scroll (requires direction), app.list (optional limit,offset), app.launch (requires pkg), screen.screenshot (optional maxDim,quality), device.brightness (optional level 0-255), device.volume (optional level), device.clipboard (requires action: read|write)
deviceYesDevice ID or name
argumentsNoTool-specific arguments
Install Server

TDQS

B3.4/5.0
Behavior2/5

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

With no annotations, the description bears full responsibility for behavioral disclosure. It mentions the pairing prerequisite and internal routing through MobileGatewayService, but it does not warn that invocations can be mutating or disruptive (e.g., tap, swipe, launch, clipboard) and it does not describe result shapes or error behavior. This is a meaningful gap for a tool that can perform device-level actions.

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 front-loaded with the core purpose and then gives a useful tool list plus a docs reference. The 21-item tool list is long but earns its place because it helps the agent understand the dispatch surface. It is structured and free of filler.

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 generic nature of the dispatcher and the absence of an output schema, the description compensates well with a comprehensive tool list, per-tool examples, a docs pointer, and the pairing precondition. It does not explicitly state that the return value is whatever the underlying device tool returns, which is a minor omission, but overall the agent has enough context to invoke it correctly.

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?

Schema description coverage is 100%, and the description goes further by giving tool-specific examples and required arguments for many device tools, such as computer.tap needing x,y and computer.key accepting back|home|enter|recents. This adds real selection value beyond the raw schema; the opaque 'arguments' object is the main residual gap.

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

Purpose4/5

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

The description states a clear verb-resource relationship: 'Execute a tool on a paired Android device.' It also enumerates the device tools that can be invoked through this dispatcher, giving the agent a concrete sense of what the tool covers. It does not deeply differentiate from siblings, but the generic dispatch role is evident.

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 implies usage by listing available device tools and pointing to a full reference doc, but it never explicitly says when to prefer this tool over sibling tools like screenshot or batch. There is no 'when not to use' guidance or comparison to alternatives, leaving some routing judgment to the agent.

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/zunairvf-sys/MCP-Mobile-FreeCode'

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