Skip to main content
Glama
ezydubs
by ezydubs

tv_launch

Enable remote debugging on TradingView Desktop for automation. Auto-detects installation across Mac, Windows, and Linux; if Windows Store blocks the port, relaunches from a local copy.

Instructions

Launch TradingView Desktop with Chrome DevTools Protocol (remote debugging) enabled. Auto-detects install location on Mac, Windows, and Linux, including Windows MSIX/Store installs. If a Store install blocks the debug port, automatically relaunches from a local package copy (result then includes msix_local_copy: true; the first fallback launch copies ~330MB one time, so it can take a minute).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
portNoCDP port (default 9222)
kill_existingNoKill existing TradingView instances first (default true)
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It does well by disclosing auto-detection, the MSIX fallback behavior, the msix_local_copy result flag, and the potentially slow ~330MB copy. It does not mention the kill_existing default behavior, though that is covered in the schema.

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?

Three sentences, all relevant, with the primary action up front and critical fallback/time caveats included. No filler or redundancy.

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 the cross-platform and MSIX fallback complexity, the description is robust: it covers fallback behavior, result flag, and timing. With no output schema, it only partially describes the return payload, but the main operational caveats an agent needs are present.

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 baseline is 3. The description adds no special meaning for port or kill_existing beyond the schema, but it does not need to because the schema already documents both parameters.

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?

Description states a specific action (Launch TradingView Desktop with CDP enabled) and a clear resource. It is distinguishable from siblings like tv_health_check and tv_update by its launch focus, and adds platform-scanning context.

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 implies this is the way to start the Desktop app for remote debugging, but it never says when to use this tool vs alternatives or mentions any prerequisites/exclusions. With numerous tv_* siblings, explicit routing guidance is missing.

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/ezydubs/tradingview-mcp'

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