Skip to main content
Glama
K-Host

skill-composer-mcp

by K-Host

configure_skills

Set the skill file directories for the server. Required on first use to configure and load skills.

Instructions

配置技能目录路径。第一次使用时必须调用此工具指定技能文件所在目录。保存后会写入配置文件并自动热加载。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
skill_pathsYes技能目录路径列表,例如 ["~/.config/opencode/skills", "./skills"]
Behavior4/5

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

No annotations provided, so description bears full burden. It discloses that after saving, it writes a config file and automatically hot reloads, which are critical behavioral traits.

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 concise sentences, no redundant information, ideally front-loaded.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple one-parameter tool without output schema, the description fully covers purpose, usage timing, and behavioral effect (persistence and hot reload). 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 coverage is 100% with a good description for skill_paths. The tool description doesn't add new parameter details but reinforces the purpose.

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?

Description clearly states '配置技能目录路径' (configure skill directory path) and specifies it's a one-time setup tool, distinguishing it from sibling tools like list_skills or analyze_skill.

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?

Explicitly says '第一次使用时必须调用此工具指定技能文件所在目录' (must be called on first use), providing clear usage context. No explicit when-not-to-use but adequate for a configuration 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/K-Host/skill-composer-mcp'

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