Skip to main content
Glama

Create a skill

createSkill

Add a new skill to a category so it becomes available for technician matching. Provide the category ID and a unique skill name, plus an optional description.

Instructions

Create a skill

Creates a skill under the given category. New skills are active by default. Skill names must be unique within their category.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesSkill category ID (UUID)
nameYesSkill name (required). The matching engine hard-filters technicians on skills when a booking carries skill_ids.
descriptionNoWhat the skill covers. Optional.
idempotency_keyNoUnique key making retries safe: a repeat send with the same key replays the original response (header Idempotent-Replayed: true) instead of re-running the operation. Reusing a key with a different body returns 422 IDEMPOTENCY_KEY_REUSE. (sent as the Idempotency-Key header)
Install Server

TDQS

A3.9/5.0
Behavior4/5

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

Beyond the annotations, the description discloses non-obvious behavior: skills are active by default and names must be unique within a category. It does not cover response shape or failure handling, but the annotations already establish the mutating nature of the operation.

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 short and front-loaded with the primary action, followed by two valuable behavioral notes. The main redundancy is the opening 'Create a skill,' which repeats the title and tool name, but this is minor.

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?

For a four-parameter create tool with full schema coverage and annotation support, the description adds the missing behavioral constraints needed for correct invocation. The absence of output/response information is a small gap, but it does not block correct use.

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 the baseline of 3 applies. The description reinforces that the skill belongs to a category and that names are unique, but it does not add significant parameter-level meaning beyond the already detailed schema.

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 a specific action and object: 'Creates a skill under the given category.' It also adds scope ('under the given category') and domain constraints (active by default, unique names), which distinguishes it from category-level tools like createSkillCategory.

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 when the tool should be used but never names alternatives or exclusion conditions. It provides useful context such as category scoping and name uniqueness, but an agent is left to infer the difference from the overall tool family rather than being told.

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

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/crisphive/crisphive-mcp'

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