Skip to main content
Glama
secemp9
by secemp9

kitty_run

Execute a command on the kitty terminal and return its stdout, stderr, and exit code. Waits for process completion.

Instructions

Run a program on the computer where kitty is running and get its output (stdout, stderr, exit code). This waits for the process to complete. For fire-and-forget, use kitty_launch with type "background" instead.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
envNoEnvironment variables as "NAME=VALUE" strings.
cmdlineYesThe command and arguments to run. Example: ["ls", "-la", "/tmp"]. Required.
timeoutNoTimeout in milliseconds. Default: 120000 (2 minutes).
Behavior3/5

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

No annotations are provided, so description carries full burden. It discloses waiting behavior and output capture, but omits details on timeout behavior, environment handling, error scenarios, and output format.

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?

Two sentences with no redundancy. First sentence states primary action; second provides alternative. Efficient and front-loaded.

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 no output schema or annotations, description covers the basic purpose and sibling differentiation but lacks details on return structure, timeout handling, and environmental defaults.

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 baseline is 3. Description adds no additional meaning beyond schema descriptions for env, cmdline, timeout; it only restates that cmdline is required.

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 tool runs a program and captures stdout, stderr, and exit code. It explicitly contrasts with kitty_launch for fire-and-forget cases, providing distinct purpose among siblings.

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

Usage Guidelines5/5

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

The description explicitly tells when to use (wait for output) and when not (use kitty_launch for background), giving clear guidance for tool selection.

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/secemp9/kitty-mcp-server'

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