Skip to main content
Glama
borod108

tmux-mcp-claude

by borod108

tmux_send_keys

Send keys or commands to a specific tmux pane, automatically pressing Enter. Enables remote control of tmux sessions, windows, and panes through MCP.

Instructions

Send keys or a command to a tmux pane. Appends Enter by default.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keysYesKeys or command text to send.
enterNoAppend Enter key after the keys. Default: true.
targetYesTmux target (e.g. session:window.pane, session:window, or session). See tmux docs for target syntax.
Behavior3/5

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

With no annotations, the description carries the full burden. It discloses a key behavior—'Appends Enter by default'—which is important, but it does not mention potential side effects like command execution or prerequisites (e.g., tmux running). This is adequate but not comprehensive.

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, short sentence with no wasted words. It front-loads the action and immediately states the key behavior, making it easy to parse.

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?

For a simple 3-parameter tool with no output schema, the description covers the core functionality and the default Enter behavior, but it lacks usage guidance and a caution about executing commands. It is adequate but leaves some gaps.

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 parameters are fully described in the schema. The description does not add extra meaning beyond the schema; it only reiterates the 'Appends Enter by default' behavior already stated in the 'enter' property definition.

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 verb 'Send' and the resource 'keys or a command to a tmux pane'. This is specific and distinct from sibling tools that list, capture, create, select, or kill panes/windows.

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 usage for sending input to a tmux pane but does not explicitly mention when to use this tool over alternatives or any exclusions. No guidance is given on when not to use it, though the sibling tools are clearly different.

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