Skip to main content
Glama
secemp9
by secemp9

kitty_set_font_size

Adjust font size in the active kitty terminal window. Use absolute points, relative changes with +N/-N, or reset to default with 0.

Instructions

Set the font size in the active OS window. All sub-windows in the same OS window share the same font size. Use "+N"/"-N" for relative changes, a number for absolute size, or "0" to reset to default.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
allNoApply to all OS windows.
sizeYesFont size: a number in points (e.g. "14"), "+N" to increase, "-N" to decrease, or "0" to reset. Required.
Behavior3/5

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

With no annotations provided, the description carries the full burden. It discloses a key behavioral trait: all sub-windows in the same OS window share font size. However, it omits details on destructive nature, permissions, or error handling, leaving some transparency gaps.

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 at two sentences, with no redundant information. The first sentence establishes purpose and a key behavioral point, and the second provides complete parameter guidance. Every word earns its place.

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 simplicity of the tool (2 parameters, no output schema, no nested objects), the description covers the essential aspects: what it does, how to specify size, and the sharing behavior. It is complete enough for an agent to use correctly, though it could mention return status or confirmation.

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 both parameters having descriptions. The description adds significant value beyond the schema by explaining the exact format of the size string (relative changes, absolute, reset) and the effect of the 'all' parameter, which is only briefly described in the schema.

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 'Set' and resource 'font size in the active OS window', providing a specific action and context. It also distinguishes behavior by noting that all sub-windows in the same OS window share the same font size, which differentiates it from siblings like kitty_resize_window or kitty_set_spacing.

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 explains how to use the tool with clear formatting for the size parameter ('+N', '-N', number, '0'). It implies the context of active vs all OS windows via the 'all' parameter. However, it does not explicitly state when not to use this tool or compare it to alternatives like kitty_set_spacing.

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