Skip to main content
Glama
secemp9
by secemp9

kitty_send_text

Send text to specified kitty windows using escape sequences, file contents, or bracketed paste mode.

Instructions

Send arbitrary text to specified kitty windows. The text follows Python escaping rules on the kitty side (e.g. \e for ESC, \n for newline). Use from_file to send file contents. Use bracketed_paste to control paste mode behavior.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
allNoSend to all windows.
textNoThe text to send. Required unless from_file is provided. Supports kitty escape sequences (\e, \n, etc.).
matchNoWindow match expression.
from_fileNoPath to a file whose contents to send. Contents are sent as-is (no escape interpretation).
match_tabNoTab match expression.
session_idNoSession ID for broadcast sessions.
exclude_activeNoExclude the active window.
bracketed_pasteNoBracketed paste mode. "auto" lets kitty decide based on the running program. Default: not set (kitty decides).
Behavior3/5

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

The description discloses Python escaping rules and the as-is behavior of from_file, which is useful. However, it lacks details on matching behavior, authorization, or side effects. Since no annotations are provided, the description carries the full burden.

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 three sentences long, front-loaded with the main purpose, and contains no unnecessary words. Every sentence adds value.

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 complexity (8 parameters, no output schema), the description covers the main behavioral aspects well. It could mention the return value or error handling, but overall it is fairly complete.

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

Parameters4/5

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

Schema coverage is 100%, providing a baseline of 3. The description adds value by clarifying the escaping rules (Python escaping) and giving usage context for from_file and bracketed_paste, which goes beyond the schema descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool sends arbitrary text to specified kitty windows, with a specific verb and resource. However, it does not explicitly differentiate from similar sibling tools like kitty_send_key, which sends key presses.

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 on when to use this tool versus alternatives is provided. The advice on using from_file and bracketed_paste relates to parameter usage, not 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