Skip to main content
Glama

auto-install

Sync kit files into IDE's native layout to enable agents, skills, and slash-commands. Idempotent; re-running is a no-op if already in sync.

Instructions

IMPORTANT for first contact: project kit/ into the host's native layout (.claude/agents/, skills/, commands/) so 73 agents become real subagent_types in the Agent tool, 98 skills get native auto-trigger via descriptions, and 89 commands appear as /slash-commands in the IDE. Idempotent — re-running is a no-op if already in sync. Run once per project on first kit-mcp contact; restart the IDE session after to load the new agents/skills/commands. After restart, call ack-restart to clear the marker.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
forceNoRe-write even if .kit-mcp-version already matches. Default: false.
actionNoinstall: write files. check: read-only drift report. Default: install.
targetNoIDE id (claude-code, cursor, …). Defaults to claude-code.
projectRootNoOverride the auto-detected project root. Usually omitted — server reads it from MCP roots capability.
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses idempotency, the need for an IDE restart, and the follow-up call to ack-restart. It could elaborate on error scenarios or permissions but is largely transparent.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with the important use case and flows naturally from action to idempotency to usage steps. It is slightly verbose but each sentence adds value, so it's well-structured.

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?

The description covers the install action thoroughly but ignores the 'check' action for drift reports, which is defined in the schema. It also lacks information about return values or output, which could be helpful since there is no output schema.

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 the baseline is 3. The description does not add extra meaning beyond the schema; it focuses on the overall action rather than individual parameters. No additional clarity on parameters like 'force' or 'action' is provided.

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 explicitly states the tool installs a project kit into the host's native layout, making agents, skills, and commands available. It uses specific numbers (73, 98, 89) and distinguishes from siblings like ack-restart by explaining the post-restart step.

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 clearly says 'Run once per project on first kit-mcp contact' and advises restarting the IDE and calling ack-restart afterward. However, it does not differentiate between this tool and the sibling tool named 'install', which could cause confusion about which to use.

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/luanpdd/kit-mcp'

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