Skip to main content
Glama
secemp9
by secemp9

kitty_resize_window

Resize a specified kitty window along horizontal or vertical axis, or reset to default sizes. Adjust size by increment in cells.

Instructions

Resize the specified kitty window within its current layout. Not all layouts support resizing in all directions. Use axis "reset" to restore default sizes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
axisNoAxis to resize along. "reset" restores the default size. Default: horizontal.
selfNoResize the window this command runs in.
matchNoWindow match expression.
incrementNoNumber of cells to change size by. Can be negative. Default: 2.
Behavior2/5

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

No annotations are provided, so the description must fully disclose behavior. It notes that not all layouts support all directions, which is a key constraint, but lacks details on side effects, failure modes, or prerequisites.

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 extremely concise with two sentences, no redundancy, and front-loads the core purpose. Every sentence adds value.

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 and 4 parameters, the description covers the main behavioral caveat (layout-dependent resizing) but omits what happens on failure, impact on other windows, or any prerequisites.

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% with descriptions for all 4 parameters. The description adds context about layout support and the 'reset' axis behavior, which goes beyond the schema's enum and default values.

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 it resizes a kitty window within its current layout. The verb 'resize' and resource 'specified kitty window' are specific. It distinguishes from sibling 'kitty_resize_os_window' by context, but does not explicitly differentiate from other window tools.

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 mentions using axis 'reset' to restore defaults and notes layout limitations, but does not provide explicit when-to-use or when-not-to-use guidance compared to alternatives like 'kitty_resize_os_window' or 'kitty_launch'.

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