Skip to main content
Glama
xrntkk
by xrntkk

launch_app

Launch an Electron app with debug ports for main and renderer processes, creating a debug session and returning session ID and debug ports.

Instructions

Launch an Electron app with debug ports (--inspect for the main process, --remote-debugging-port for renderers) and create a debug session. Provide either appId (from list_apps) or a direct exePath. Returns the sessionId and debug ports.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cwdNoWorking directory for the app process.
envNoExtra environment variables for the app process.
appIdNoApp id from list_apps.
exePathNoDirect path to the app executable (bypasses discovery).
targetIdNoTarget id; defaults to the local machine target.
Behavior3/5

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

With no annotations, the description carries full burden. It discloses debug ports, debug session creation, and parameter options, but omits side effects (e.g., if app already launched), error cases, and asynchronicity.

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?

Two sentences with no wasted words. First sentence covers purpose, second covers parameters and return. Front-loaded and efficient.

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?

Given tool complexity and lack of output schema, the description covers key aspects: launch action, debug ports, parameter options, and return value. Minor gaps like error handling or prerequisites prevent a perfect score.

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?

100% schema coverage provides baseline 3. The description adds context about mutual exclusivity of appId and exePath, adding some value beyond the schema.

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 it launches an Electron app with debug ports and creates a debug session, distinguishing it from sibling tools like stop_session or list_apps.

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 advises providing either appId or exePath, and notes the return of sessionId and debug ports. It does not explicitly exclude alternatives or state when not to use, but context from sibling tools makes usage clear.

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/xrntkk/debugtron-mcp'

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