Skip to main content
Glama
borod108

tmux-mcp-claude

by borod108

tmux_kill_window

Kill a tmux window by providing its session and window identifiers, closing it and freeing terminal resources.

Instructions

Kill a tmux window.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
targetYesTarget window (e.g. session:window).
Behavior2/5

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

No annotations are present, so the description carries the full burden. 'Kill a tmux window' conveys destructive action but omits important details such as whether all panes in the window are affected, the impact on the session, and the irreversible nature of the operation.

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 clear sentence with no filler or redundant information. It is appropriately sized for a simple, one-parameter tool.

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?

Given the simple schema and single parameter, the description names the action and the schema documents the target. However, with no annotations and no output schema, it lacks detail about the consequences of killing a window and return behavior, leaving some context incomplete.

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 schema provides 100% coverage with the target parameter described as 'Target window (e.g. session:window)'. The tool description adds no further parameter meaning, but the schema already documents the syntax and example, warranting the baseline score of 3.

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 uses the specific verb 'Kill' and resource 'tmux window', clearly distinguishing it from sibling tools like tmux_kill_pane and tmux_select_window. The action and scope are unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is provided on when to use this tool versus alternatives such as tmux_kill_pane or tmux_select_window. There is no mention of prerequisites, conditions, or situations where this tool should not be used.

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/borod108/tmux-mcp-claude'

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