Skip to main content
Glama

terminal_write

Send literal text to a terminal without pressing Enter. Use this tool to type input that should not execute until you send the Enter key separately.

Instructions

Send literal text to a terminal (no implicit Enter). Use terminal_key(ENTER) to submit. Requires lease_id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYes
aliasNo
pane_idNo
lease_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

The description discloses a key behavioral trait: it sends literal text without an implicit Enter, which is not captured by the annotations. It also highlights the need for a lease_id. Since annotations only indicate non-read-only, non-idempotent, non-destructive, this extra context adds meaningful transparency.

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 compact sentences with no fluff. Front-loaded with the primary action, it effectively communicates the core behavior and a critical alternative in a well-structured manner.

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 simplicity and the presence of an output schema, the description covers the essential behavior, submission method, and a prerequisite. However, it omits explanations for alias and pane_id, leaving some ambiguity in optional parameters. Overall, it is adequate for a basic write operation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has 0% description coverage, so the description must compensate. It clarifies that text is literal text and that lease_id is required, but leaves alias and pane_id completely unexplained. With four parameters, this is insufficient for an agent to correctly populate all fields.

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 states a specific verb and resource: "Send literal text to a terminal." It distinguishes itself from sibling tools by explicitly noting no implicit Enter and referencing terminal_key(ENTER) for submission, making the tool's purpose clear and unique.

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 clear guidance on when to use this tool versus alternatives by stating "Use terminal_key(ENTER) to submit," which directs the agent to a specific sibling tool for key input. It also includes a prerequisite (Requires lease_id), but does not explicitly mention other exclusions or contexts.

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/davidlosasgonzalez/codeagent-mcp'

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