Skip to main content
Glama

launch_dev_client

Launches an Expo dev build directly to a Metro dev server, bypassing the Dev Launcher's server-picker screen. Requires adb_reverse tcp:8081 for device connectivity.

Instructions

Launch an Expo dev build straight at a Metro dev server, skipping the Dev Launcher's server-picker screen. Builds the "://expo-development-client/?url=http://host:port" deep link and opens it. Pass scheme (your app.json "scheme"); host/port default to localhost:8081. PREREQUISITE: run adb_reverse tcp:8081 first so the device can reach Metro, otherwise the dev client falls back to its embedded bundle. For plain Expo Go (not a dev build) use open_url with the exp:// URL instead.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
hostNoMetro dev-server host as the DEVICE sees it. Default localhost (works once adb_reverse tcp:8081 is set).
portNoMetro dev-server port. Default 8081.
schemeYesThe app's URL scheme from app.json (e.g. "myapp") — used to build the expo-development-client deep link.
serialNoTarget device serial (adb -s). Optional when exactly one device is attached.
packageNoOptional package to target the intent at (disambiguates if multiple apps claim the scheme).
Behavior4/5

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

With no annotations, the description carries the full behavioral burden. It discloses the deep-link construction, default host/port behavior, and the embedded-bundle fallback when adb_reverse is not set. It doesn't document the return value or post-launch behavior, but the core operational traits are transparent.

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?

Four sentences, all information-dense and directly useful. The main verb and outcome are front-loaded, the prerequisite and alternative are clearly flagged, and no words are wasted.

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

Completeness5/5

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

Despite having no output schema and no annotations, the description covers the essential context: prerequisite setup, fallback behavior, parameter sources, and distinction from a sibling tool. For a tool with five parameters and a specific launch flow, this is a complete and actionable description.

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 input schema already provides rich descriptions for all five parameters (100% coverage), including defaults and device-visibility notes. The description adds context for scheme's source (app.json) and host/port defaults, but these largely repeat or infer what the schema already states, so the added semantic value is limited.

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 a specific action: launching an Expo dev build directly at a Metro dev server, bypassing the Dev Launcher's server-picker. It explicitly distinguishes itself from open_url for plain Expo Go, which is a key sibling differentiator.

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

Usage Guidelines5/5

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

Provides explicit when-to-use context (dev build vs Expo Go) and names the alternative (open_url with exp://). It also gives a clear prerequisite (adb_reverse tcp:8081) and explains the consequence of skipping it, offering concrete operational guidance.

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/iksnerd/adb-mcp'

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