Skip to main content
Glama
ezydubs
by ezydubs

tab_new

Open a new chart tab in TradingView, optionally load a saved layout by name or create a new blank layout. Leave layout unset to remain on the layout picker.

Instructions

Open a new chart tab. Optionally pick what to load in it: layout "new" creates a named blank layout, or pass a saved layout name to open it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoName for the new layout (used with layout: "new"; default "New layout")
layoutNo"new" for a blank new layout, or a saved layout name (substring match). Omit to leave the tab on the layout picker.
Behavior3/5

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

No annotations are present, so the description carries the behavioral disclosure burden. It explains the two loading modes, but does not state what happens when layout is omitted, whether the new tab becomes active, or what the tool returns.

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 short sentences, front-loaded with the core action. No filler, and every clause adds relevant information.

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?

For a low-complexity tool with full schema coverage, the description covers the main usage cases well. Minor gaps remain around omitted-layout behavior and return values, but these are not critical for basic invocation.

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 coverage is 100%, so the baseline is 3. The description restates the 'new' and saved-layout semantics and adds the 'named blank layout' nuance, but most parameter detail is already in 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?

States a specific action ('Open a new chart tab') and clearly distinguishes this from tab management siblings by identifying the resource (chart tab). It also explains the optional loading modes.

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

Usage Guidelines3/5

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

Usage is reasonably implied by the core action and the layout parameter instructions. However, the description does not explicitly contrast this with tab_switch, tab_close, layout_new, or layout_switch, so alternative selection guidance is left mostly to inference.

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