Skip to main content
Glama

onda_tab_new

Create a new tab with its own pane layout to isolate different workstreams. Specify working directory and shell for the tab.

Instructions

Create a new tab in Onda. Each tab has its own layout of panes. Use this to isolate different workstreams.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cwdNoWorking directory for the new tab.
shellNoShell to use.
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 burden of disclosing side effects. It only mentions that tabs have layouts of panes, but does not explain whether the new tab becomes focused, whether it is attached to a specific workspace, or what happens if cwd or shell are omitted. This is a significant gap for a mutation tool.

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 two sentences long, front-loaded with the core action, and adds relevant context about tabs and use cases. Every sentence earns its place without unnecessary verbosity.

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?

The tool is relatively simple with two optional parameters and no output schema. The description conveys the purpose and usage, but lacks details about default behavior (e.g., default shell/working directory, initial pane layout) and what the return value indicates. Given the absence of an output schema, some return information would be helpful.

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 input schema covers 100% of parameters with descriptions ('Working directory for the new tab' and 'Shell to use'). The tool description adds no additional parameter information beyond what the schema already provides, so a baseline score of 3 is appropriate.

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: 'Create a new tab in Onda.' It also distinguishes tabs from related concepts by noting each tab has its own layout of panes, which helps differentiate it from pane-level or workspace-level operations.

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 isolate different workstreams.' This gives context for when to invoke the tool, though it does not explicitly mention exclusions or alternatives such as workspace creation, so it falls short of a perfect 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