Skip to main content
Glama
Immmmmmortal1

UI-dbugbridge-mcp

run_flow

Runs a sequence of UI actions on the current app page, targeting elements by DebugBridge IDs or labels to automate taps, text input, and state validation.

Instructions

Run a UI operation flow against the current app page using DebugBridge IDs or labels.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
stepsYesOrdered UI steps. Supported actions: tap, tap_if_present, set_switch, set_text, type_text, wait_for_page, wait_for_element, sleep.
artifactDirNoDirectory for saved artifacts. Defaults to .devflow-ui/runtime.
saveArtifactsNoSave flow trace and final page JSON artifacts. Defaults to false.
artifactPrefixNoOptional file prefix for saved artifacts.
Behavior2/5

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

With no annotations, the description carries the burden of behavioral disclosure, but it only says 'Run a UI operation flow.' It does not mention side effects (navigation, state changes), execution behavior (sequential, wait conditions), failure handling, or return values.

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 sentence that directly states the tool's core purpose without fluff or repetition. Every word contributes to the meaning.

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

Completeness2/5

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

Given the tool's complexity (ordered step flows, many optional parameters, wait behavior), the description is too thin. It relies entirely on the schema for context and offers no high-level guidance about execution semantics, suitable scenarios, or expected outcomes.

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 schema already documents all parameters in detail. The description adds only 'using DebugBridge IDs or labels,' which is already reflected in the id/label property descriptions, so no meaningful semantic value is added beyond the schema.

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 specific verb and resource: 'Run a UI operation flow against the current app page using DebugBridge IDs or labels.' It distinguishes from sibling single-action tools (tap_element, set_text, etc.) by emphasizing 'flow,' though it doesn't explicitly contrast with those alternatives.

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?

No explicit guidance on when to use this tool versus the sibling single-action tools. The name and description imply multi-step flows, but there is no stated context, exclusions, or mention of alternatives.

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