Skip to main content
Glama
AbdulqaderAhmed

skills-manager-mcp

remove_skills

Remove specified skills or bundles from the project workspace and update metadata tracking. Optionally delete them from skills.config.json to prevent auto-reinstallation.

Instructions

Remove one or an array of specified skills or bundles from the project workspace (.agents/skills) and update metadata tracking.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
skillsYesArray of skill or bundle names to remove.
projectPathNoPath to the target project workspace directory. AI agents should pass the user's currently active project workspace directory path here.
removeFromConfigNoOptional. If true, also removes skills from project skills.config.json to prevent auto-reinstallation.
Behavior3/5

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

With no annotations, the description carries the full burden of disclosure. It does disclose the removal location and metadata tracking, but it does not mention that removal is likely irreversible, what happens to bundles containing multiple skills, or what 'update metadata tracking' means in practice. This leaves important behavioral context implicit.

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 a single, front-loaded sentence that states the action, target, location, and side effect in order. It contains no redundant or filler words and is easily scannable by an agent.

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 tool is a mutation with no output schema, and the description covers the action and location. However, it lacks indication of expected return behavior, confirmation of success, or consequences for bundled skills. For a destructive operation, more detail on reversibility and side effects would improve completeness.

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 parameters (skills, projectPath, removeFromConfig) are already fully documented. The description adds no new parameter detail beyond referring to 'specified skills or bundles', which mirrors the skills parameter. Baseline of 3 is appropriate.

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 uses the specific verb 'Remove' and clearly identifies the resource ('skills or bundles') and the location ('.agents/skills'). It also notes the side effect of updating metadata tracking, distinguishing it from siblings like install_skills or sync_skills.

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 context makes the purpose clear—removing skills or bundles—and the verb 'remove' contrasts naturally with 'install' or 'sync'. However, it does not explicitly state when to prefer this tool over alternatives or mention exclusions (e.g., when not to use it).

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/AbdulqaderAhmed/skills-manager-mcp'

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