Skip to main content
Glama

onda_tab_exec

Spawn a process in a new tab with exact argv to bypass shell parsing, preserving multi-line strings and special characters as single arguments.

Instructions

Open a new tab and spawn a process directly with exact argv (bypasses shell parsing). Use this when you need to pass multi-line strings or special characters as a single argument — e.g. launching claude with a structured preamble. The process replaces the shell in the tab's PTY: argv is passed to execve() as-is, so embedded newlines, quotes, and dollar signs are preserved verbatim.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
binYesAbsolute path or PATH-resolvable binary to spawn (e.g., "claude", "/usr/local/bin/aider").
cwdNoWorking directory for the spawned process.
argsNoArguments passed verbatim to the binary. Each element is one argv entry; no shell parsing happens.
workspaceIdNoWorkspace ID to host the new tab. Omit to use active workspace.
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 discloses critical behavior: 'The process replaces the shell in the tab's PTY: argv is passed to execve() as-is, so embedded newlines, quotes, and dollar signs are preserved verbatim.' This goes beyond the schema by explaining the mechanics and guarantees of passing arguments.

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 concise (two sentences) and front-loaded with the primary purpose. The second sentence adds essential behavioral detail without redundancy. Every sentence serves a distinct role: one for purpose/usage, one for behavior.

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?

Given the tool's complexity and the absence of an output schema, the description covers the key aspects: what it does, when to use it, and how arguments are handled. It does not mention post-spawn behavior (e.g., interaction, process exit), but that is generally covered by sibling tools. The description is sufficient for selection and 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 does not add meaning beyond the schema for individual parameters; it reiterates the verbatim argument behavior that the schema's args description already mentions. No additional parameter-specific context is provided.

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 action: 'Open a new tab and spawn a process directly with exact argv (bypasses shell parsing).' It uses a specific verb (spawn) and resource (process in new tab), and explicitly contrasts with siblings by highlighting the bypass of shell parsing and exact argv handling.

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 an explicit use case: 'Use this when you need to pass multi-line strings or special characters as a single argument — e.g. launching `claude` with a structured preamble.' It gives clear context for when to choose this tool, though it does not name alternative tools or specify when not to use it.

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