Skip to main content
Glama

adb_input_double_tap

Simulate a double-tap gesture at specified screen coordinates to trigger zoom, text selection, or other double-tap actions on Android devices.

Instructions

Double tap at a point on screen. Triggers zoom, text selection, or double-tap gestures. Two rapid taps with a configurable interval.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
xYesX coordinate
yYesY coordinate
intervalMsNoInterval between taps in ms (20-500, default 80)
deviceNoDevice serial
Behavior3/5

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

No annotations are provided, so the description must carry behavioral disclosure. It explains that the tool triggers zoom, text selection, or other double-tap gestures, and that the interval is configurable. However, it does not mention potential side effects (e.g., no action if no listener), error conditions, or whether the tool returns any result. This is adequate but lacks depth.

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 extremely concise: two sentences that immediately convey the action, effect, and key parameter (interval). No redundant information. It is front-loaded with the most important information for tool selection.

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?

The tool has a simple action and four parameters, all documented. The description adequately explains what the tool does and its effect. However, it does not discuss return values (no output schema) or error conditions, and with many sibling tools, additional context for selection would be beneficial. It meets minimum viability but has room for improvement.

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 schema already provides descriptions for all four parameters (100% coverage), so the baseline is 3. The description adds no new information about parameters beyond what is in the schema; it merely reinforces the interval concept. It does not elaborate on device or coordinate semantics.

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 action (double tap), the target (point on screen), and the purpose (triggers zoom, text selection, or double-tap gestures). It distinguishes this tool from sibling tools like adb_input_long_press (long press) and adb_tap_element (single tap) by explicitly mentioning 'double tap' and 'two rapid taps'.

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

Usage Guidelines4/5

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

The description implies when to use this tool (to perform a double-tap gesture) and mentions configurable interval, but does not explicitly exclude alternatives like single tap or long press. In a large sibling set, explicit guidance on when not to use it would improve clarity, but the current text is sufficient for a single-purpose tool.

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/fullread/DeepADB'

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