Skip to main content
Glama
ezydubs
by ezydubs

pane_set_layout

Change the chart grid arrangement to single, split, or multi-pane layouts like 2x2, 2h, or 3v to view multiple charts simultaneously.

Instructions

Change the chart grid layout (e.g., single, 2x2, 2h, 3v)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
layoutYesLayout code: s (single), 2h, 2v, 2-1, 1-2, 3h, 3v, 4 (2x2), 6, 8. Also accepts: single, 2x1, 1x2, 2x2, quad
Behavior2/5

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

No annotations are provided, so the description carries the full behavioral disclosure burden. It only states that the layout changes but does not disclose whether the existing layout is replaced, whether the change affects the active tab or all tabs, whether it is reversible, or what side effects occur on existing panes.

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?

The description is a single front-loaded sentence with concrete examples and no filler. Every word earns its place.

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

Completeness3/5

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

For a one-parameter setter with full schema coverage, the existing description is nearly adequate. However, the tool performs a mutation and has no annotations and no output schema, so the missing behavioral context—what the layout change actually does to existing panes—leaves the description slightly incomplete for confident 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?

The schema already documents the layout parameter with accepted values and aliases at 100% coverage. The description's examples (single, 2x2, 2h, 3v) are repeated from the schema and add no meaningful semantic detail beyond what the schema provides, so the baseline score of 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the action ('Change') and the resource ('chart grid layout'), and the examples (single, 2x2, 2h, 3v) make the scope concrete. It is distinguishable from workspace-level layout siblings like layout_switch because it explicitly says 'chart grid layout', though it does not name alternatives.

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 implied: use this tool when you want to change the chart grid layout. However, no explicit guidance is given about when to prefer this over related tools like pane_focus, layout_switch, or layout_new, and there are no exclusions or prerequisites.

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