Skip to main content
Glama
aktsmm

skill-ninja-mcp-server

skillNinja_install

Install an agent skill into a workspace by downloading SKILL.md from a resolvable source or generating a stub. Updates AGENTS.md automatically.

Instructions

Install an Agent Skill to the workspace. Downloads SKILL.md when source content is resolvable, otherwise generates a minimal stub and updates AGENTS.md. / スキルをワークスペースにインストールし、取得できる場合は SKILL.md を保存、できない場合は最小内容を生成

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sourceNoOptional source key for disambiguation when multiple skills share the same name
skillNameYesName of the skill to install
workspacePathYesAbsolute path to a trusted workspace directory
Behavior3/5

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

With no annotations, the description carries full burden. It discloses the conditional behavior (resolvable source vs stub) and that AGENTS.md is updated, but does not mention potential overwrites, authorization requirements, or error handling.

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 concise with two English sentences and a Japanese translation. It is front-loaded with the core purpose, though the Japanese section could be considered redundant for an English-language system.

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 no output schema and moderate complexity, the description covers the main action and conditional behavior adequately. It is mostly complete, though missing details on failure modes or workspace path validation.

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 adds limited value beyond schema, only implicitly linking 'source' to content resolvability without clarifying disambiguation logic.

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 installs an Agent Skill to the workspace, with specific actions (downloading SKILL.md or generating a stub and updating AGENTS.md). It distinguishes from sibling tools like uninstall and list.

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 provides context on behavior (conditional download vs stub generation) but does not explicitly state when to use this tool versus alternatives like skillNinja_addSource or skillNinja_search.

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/aktsmm/skill-ninja-mcp-server'

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