Skip to main content
Glama
ezydubs
by ezydubs

layout_new

Create a new named blank chart layout for TradingView. It opens in a new tab, providing a clean workspace for chart analysis.

Instructions

Create a new named blank chart layout (opens in a new tab)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoLayout name (default "New layout")
Behavior4/5

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

No annotations are provided, so the description carries the transparency burden. It discloses the key side effect: a new tab opens. It does not detail effects on the currently active layout or whether the new layout is immediately saved, but for a simple create action the core behavior is 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?

One sentence with no filler. The core action and the notable side effect are front-loaded, making the description efficient and easy to parse.

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?

This is a simple tool with one optional parameter and no output schema. The description combined with the schema fully covers what the agent needs to invoke it correctly: what it creates, how the UI responds, and the parameter semantics.

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% for the single optional 'name' parameter, and the schema already explains its meaning and default value. The description adds little parameter-specific detail beyond naming the layout as 'blank', which is acceptable given the high schema coverage.

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 uses a specific verb ('Create'), identifies the resource ('new named blank chart layout'), and adds the observable detail that it opens in a new tab. This clearly distinguishes layout_new from sibling tools like layout_list and layout_switch.

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?

The intended use is implied by 'Create', but there is no explicit guidance on when to choose this tool over alternatives such as layout_list or layout_switch, nor any mention of prerequisites or conditions that would make another tool more appropriate.

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