Skip to main content
Glama

aik_install

Installs a content item like rules, skills, or workflows into your project for automatic loading across AI agents including opencode, Claude Code, and Cline.

Instructions

Install a content item (rule, skill, workflow, agent, command, or template) into the current project so it is loaded automatically in future sessions. Supports opencode, Claude Code, and Cline.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYesPath of the content to install (e.g. "rules/typescript")
projectDirNoProject directory (defaults to current working directory). Config files are found by walking up.
agentNoTarget AI agent. Auto-detected from existing config files if not specified (opencode, claude-code, cline).
Behavior3/5

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

No annotations are provided, so the description must carry behavioral info. It states the effect (installs and loads automatically) and supported agents, but does not disclose side effects, idempotency, permissions, or conflicting behaviors.

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?

Two sentences that are front-loaded and concise. Every word adds value: first sentence defines action and effect, second lists supported agents. Zero wasted text.

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 purpose and basic behavior, but given 3 parameters, no output schema, and no annotations, it lacks information on return values, error handling, and exact impact on project files. Adequate but not fully complete.

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 description coverage is 100%, so baseline is 3. The description adds no extra meaning beyond what the input schema already provides for the three parameters.

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 action (install), the resource (content item with examples: rule, skill, workflow, agent, command, template), and the effect (loaded automatically in future sessions). It distinguishes from sibling tools like aik_delete, aik_get, aik_list, etc.

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

Usage Guidelines3/5

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

The description implies usage when you want to install content for automatic loading, but does not explicitly state when not to use or mention alternatives among siblings. No when-to-use or when-not-to-use guidance is provided.

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/openhoat/aik-mcp'

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