Skip to main content
Glama
Immmmmmortal1

UI-dbugbridge-mcp

tap_element

Tap a UI element by its DebugBridge ID and optionally wait for page or element conditions to confirm the tap result.

Instructions

Tap an element by stable DebugBridge ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesDebug element identifier, for example AutomationTest.primaryButton.
timeoutMsNoHow long to wait for post-tap page availability or target criteria. Defaults to 8000.
intervalMsNoPolling interval after tap. Defaults to 300.
waitAfterMsNoDelay after tap before reading the next page. Defaults to 350.
waitForLabelNoOptional exact element label to wait for after tap.
waitForPageIDNoOptional pageID to wait for after tap.
waitForElementNoOptional element criteria to wait for after tap.
waitForPageIDsNoOptional acceptable pageIDs to wait for after tap.
waitForElementIDNoOptional element ID to wait for after tap.
waitForLabelIncludesNoOptional element label substring to wait for after tap.
Behavior1/5

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

Annotations are absent, so the description must disclose behavioral traits. It only states the core action, omitting the fact that the tool waits after tapping (timeoutMs, waitAfterMs, waitFor* parameters), potential side effects, and error behavior. The description adds no behavioral context beyond the tool's name.

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 efficient sentence with a front-loaded verb (Tap) and no fluff. It is concise and well-structured, though extremely terse.

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

Completeness1/5

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

The tool has 10 parameters, nested objects, no annotations, and no output schema. The one-sentence description fails to explain the overall behavior (tap then wait for conditions), the meaning of the wait parameters, or return semantics. It is severely inadequate for this complexity.

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?

All 10 parameters have descriptions in the input schema (100% coverage). The tool description adds no additional parameter semantics beyond the schema, so the baseline of 3 is appropriate.

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 (Tap) and the target (element), and specifies the identification method (stable DebugBridge ID). This distinguishes it from sibling interaction tools like set_text or type_text, which perform different actions.

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 provides no guidance on when to use this tool versus alternatives, no prerequisites, and no exclusions. Usage context is only implied by the action name, not explicitly stated.

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/Immmmmmortal1/UI-dbugbridge-mcp'

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