Skip to main content
Glama

onda_pane_split

Split the active terminal pane to create a new one beside or below, enabling parallel workspaces for multi-agent workflows.

Instructions

Split the active pane in Onda terminal. Creates a new terminal beside or below the current one. Use this to set up parallel workspaces for multi-agent workflows.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cwdNoWorking directory for the new pane. Defaults to current directory.
shellNoShell to use (e.g., /bin/zsh, /bin/bash). Defaults to user default.
directionNoWhere to place the new pane. "right" = side-by-side columns. "down" = stacked rows.
Behavior4/5

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

With no annotations provided, the description carries the full burden. It transparently states the core effect: "Creates a new terminal beside or below the current one," which implies the original pane remains unchanged. It doesn't disclose minor details like focus behavior, but for a simple split operation this is adequate.

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 short, front-loaded sentences that state the purpose, effect, and use case without any waste. Every sentence earns its place.

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 tool with 3 optional parameters and no output schema, the description is complete enough: it explains what it does, when to use it, and how the panes are arranged. Slight gaps around focus behavior and defaults are covered by the schema, so this is sufficient.

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 extra parameter semantics beyond the schema; 'beside or below' loosely maps to the direction enum, but cwd and shell are only covered by the schema itself.

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 the tool's function with a specific verb and resource: "Split the active pane in Onda terminal." It differentiates from sibling tools (pane_close, pane_focus, terminal_spawn) by focusing on pane creation via splitting, and mentions the direction options (beside or below) which maps to the direction parameter.

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 provides a clear use case: "Use this to set up parallel workspaces for multi-agent workflows." This gives context for when to use the tool, but it doesn't mention explicit alternatives or when not to use it, so it falls short of a 5.

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/mindfullabai/onda-mcp'

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