Skip to main content
Glama

auto-install

Install kit into host IDE's native layout, enabling agents as subagent types, skills as auto-triggered, and commands as slash-commands. Idempotent, run once per project.

Instructions

IMPORTANT for first contact: project kit/ into the host's native layout (.claude/agents/, skills/, commands/) so 86 agents become real subagent_types in the Agent tool, 103 skills get native auto-trigger via descriptions, and 97 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
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.
forceNoRe-write even if .kit-mcp-version already matches. Default: false.
Behavior4/5

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

The description declares idempotency and mentions writing files. However, it does not disclose potential side effects (e.g., overwriting existing files with force=true) or authorization requirements. With no annotations, the description carries full burden; a clearer statement about safety would improve transparency.

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 concise and well-structured. It front-loads the critical importance and action, then provides post-invocation steps. 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?

The description covers purpose, usage, idempotency, and follow-up steps. With no output schema, it does not describe return values, but the main behavior is clear. Minor gap: no mention of error handling or output for different actions (install vs check).

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% with clear parameter descriptions. The tool description adds no additional meaning to the parameters beyond what the schema provides. It contextualizes the overall workflow but does not elaborate on individual parameters, so it scores at baseline.

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's purpose: installing project kit resources into the host IDE layout. It specifies the resources (agents, skills, commands) and the action (writing files). This distinguishes it from siblings like ack-restart (post-install) and install (a simpler variant).

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

Usage Guidelines5/5

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

Explicitly states when to use ('on first kit-mcp contact'), idempotency, and required follow-up steps (restart IDE, then call ack-restart). This provides complete guidance for correct usage, including what to do after invocation.

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