Skip to main content
Glama
PaboluManohar

Android Mobile MCP Server

Double Tap Screen

mobile_double_tap_on_screen

Double-tap an Android screen at specified pixel coordinates to trigger actions or selections on a connected device or emulator.

Instructions

Double-tap on the screen at given x,y coordinates.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
xYesThe x coordinate to double-tap, in pixels
yYesThe y coordinate to double-tap, in pixels
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 detail beyond the annotations. Annotations already indicate this is not read-only and not destructive, but the description does not disclose potential side effects, prerequisites (e.g., screen on), or response behavior. It essentially restates the tool's purpose without additional transparency.

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?

The description is a single, efficient sentence that front-loads the core action and coordinates. There is no wasted wording, and it is appropriately sized for the tool's simplicity.

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?

For a simple action with three fully documented parameters and no output schema, the description is sufficient to invoke the tool correctly. It might benefit from mentioning its distinctness from sibling tap tools, but that gap is covered by usage guidelines, not contextual completeness. The core information is complete.

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?

Schema description coverage is 100%, so the parameters (x, y, device) are fully described in the schema. The description merely repeats 'x,y coordinates' without adding new meaning, which meets the baseline of 3 for high schema coverage.

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 clearly states the action (double-tap) and the resource (screen at coordinates). It is concise and specific, but it does not explicitly differentiate from sibling tools like mobile_click_on_screen_at_coordinates or mobile_long_press_on_screen_at_coordinates; the distinction is implied by the verb 'double-tap'.

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?

There is no guidance on when to use this tool versus alternatives. It does not mention that single taps should use mobile_click_on_screen_at_coordinates, or that double-taps are for specific gestures like zoom. The description provides no context or exclusions.

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