Skip to main content
Glama

auto-install

Installs project kit files into the host IDE layout, enabling agents, skills, and slash-commands. Run once per project to fully integrate the MCP server's capabilities.

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 99 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 of behavioral disclosure. It clearly states idempotency ('re-running is a no-op'), the action of writing files, and the need for an IDE restart. It does not cover error cases or permission requirements, but the core safety and behavior are well-explained.

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 an IMPORTANT note and covers all key points in a single paragraph. While it includes specific numbers (86, 103, 99) that add detail, it is still concise and well-structured, with no unnecessary repetition.

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 4 parameters, no output schema, and no annotations, the description provides solid context for the main use case (first contact install) but omits explanation of the 'check' action and does not elaborate on parameter behavior like 'force'. The completeness is adequate for a simple installation tool but leaves minor gaps.

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 baseline is 3. The description does not add significant meaning beyond the schema; for example, it mentions the 'install' action but not the 'check' action. The parameter details (force, target, projectRoot) are adequately documented in the schema, and the description does not explain them further.

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 the project kit into the host's native layout to make agents, skills, and commands available. It uses specific, actionable language ('project kit/ into the host's native layout') and distinguishes its role from sibling tools like 'ack-restart' by describing the follow-up steps.

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 gives explicit usage instructions: run once per project on first contact, restart IDE, then call ack-restart. It notes idempotency, implying re-use is not harmful. However, it does not directly differentiate from the sibling 'install' tool or cover when not to use this tool.

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