Skip to main content
Glama
secemp9
by secemp9

kitty_set_user_vars

Define or remove user variables in kitty windows to enable custom match expressions. Use 'NAME=VALUE' to set, 'NAME' to unset, or omit to list current variables.

Instructions

Set user variables for the specified kitty windows. User variables are accessible via kitty match expressions (var:NAME). Use "NAME=VALUE" to set, or just "NAME" to unset. If no variables provided, prints current vars.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
varNoUser variable specs as "NAME=VALUE" or "NAME" to unset.
selfNoTarget the window this command runs in.
matchNoWindow match expression.
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It covers basic behavior (set, unset, print) but lacks details on persistence, scope, or side effects. Adequate for a simple tool but could be more transparent.

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?

Three sentences, front-loaded with purpose, each sentence adds necessary information without redundancy. Extremely concise and well-structured.

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 tool's simplicity and lack of output schema, the description covers core functionality well. It explains the three parameters implicitly and the special case of no arguments. Minor missing details on return values or confirmation, but sufficient for the complexity level.

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%, but the description adds value by explaining the format of 'var' strings and the no-argument printing behavior. This goes beyond the schema's parameter descriptions.

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 sets user variables for kitty windows, and distinguishes itself from other set_* tools by specifying the unique 'var:NAME' match expressions. The verb 'Set' and resource 'kitty windows' are explicit.

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

Usage Guidelines4/5

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

The description provides clear usage patterns ('NAME=VALUE' to set, 'NAME' to unset, no variable to print). It does not explicitly state when not to use this tool, but among siblings it is the only one for user variables, making the context clear.

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