Skip to main content
Glama
hungtranbkit

Terminal MCP

by hungtranbkit

terminal_unbind

Remove a specified key binding from its tmux session without altering the session itself. Use to free a key for other commands while keeping your tmux environment unchanged.

Instructions

Delete a logical binding without changing its tmux session.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bindingYes
Behavior3/5

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

There are no annotations, so the description carries the full burden. It discloses one meaningful behavioral trait: the deletion does not change the tmux session, which is valuable context. However, it remains silent on side effects, whether the deletion is reversible, idempotency, or what happens to active bound commands.

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 no filler words. It delivers the core action, target resource, and an important qualifier in minimal space.

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

Completeness2/5

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

For a tool with no annotations and no output schema, the one-line description is too sparse. It does not define what constitutes a logical binding, where to obtain one, whether deletion is permanent, or how the tool interacts with related bind/unbind siblings. An agent is left to infer too much from the name and schema.

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 schema has only a required 'binding' string with no description, and the description does not explain the parameter beyond calling it a 'logical binding'. It adds a small amount of meaning by labeling the binding as logical rather than a tmux construct, but offers no format, examples, or guidance on how to specify the binding value, leaving a 0% schema-coverage gap largely uncompensated.

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: 'Delete a logical binding'. It also adds a distinctive scope condition, 'without changing its tmux session', which separates it from direct tmux-level unbinding operations and aligns with the delete/inverse counterpart of terminal_bind.

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?

The description implies the tool should be used when a logical binding needs to be removed, but it does not explicitly mention alternatives or when-not-to-use conditions. Sibling tools like terminal_bind and terminal_get_binding are present but not referenced, so an agent must infer the appropriate context from the name and one-line description.

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/hungtranbkit/terminal-mcp'

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