Skip to main content
Glama

skill.enable

Activate a validated skill version via the persistent status overlay to apply its capabilities immediately.

Instructions

Enable a validated skill version through the persistent status overlay.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
versionNo
skill_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
nameYes
statusYes
versionYes
descriptionYes
permissionsYes
resource_uriYes
format_versionYes
required_toolsYes
instructions_uriYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

C2.7/5.0
Behavior2/5

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

With no annotations present, the description carries the full burden of behavioral disclosure. It mentions a 'persistent status overlay,' implying the change is durable, but it does not disclose whether enabling replaces other versions, requires permissions, or has side effects.

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 a single, front-loaded sentence with no filler. It is appropriately terse, though the unexplained 'persistent status overlay' makes it somewhat cryptic.

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

Completeness2/5

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

For a two-parameter operation with an output schema and no annotations, the description is thin. It omits lifecycle prerequisites, default behavior for version, and the meaning of 'persistent status overlay,' leaving an agent to infer important call semantics.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, and the description adds no explanation of skill_id or the optional version parameter. Crucially, it does not clarify what happens when version is omitted, how version selection works, or any constraints related to validated versions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a concrete action ('Enable') and a specific target ('a validated skill version'), which separates it from sibling operations like skill.validate and skill.disable. However, the phrase 'persistent status overlay' is unexplained jargon that slightly muddies the core meaning.

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

Usage Guidelines2/5

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

No guidance is provided about when to use this tool versus alternatives such as skill.validate or skill.disable. The word 'validated' hints at a prerequisite but does not explicitly state sequencing, lifecycle context, or when this should be preferred over other skill tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.