Skip to main content
Glama

ck_skill_list

Read-onlyIdempotent

List all available AgentSkills for a project to discover capabilities for activation. Returns names, descriptions, and scopes.

Instructions

List all available AgentSkills for this project. Returns names, descriptions, and scopes. Call this to discover capabilities you can activate, then use ck_skill_load to load a skill's full instructions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
formatNoResponse format. Use xml to receive an <available_skills> block for system prompt injection.
include_duplicate_copiesNoIf true, surface diagnostics for identical duplicate skill copies that MCP hosts may load (token overhead). Defaults to false.
project_rootNoAbsolute path to the project root. Omit to use global skills only.
targetNoOptional compatibility target filter, such as codex or claude-plugin.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
skillsNo
totalNo
Behavior4/5

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

Annotations already indicate read-only, non-destructive, idempotent; description adds return value context; no contradictions.

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 sentences, front-loaded, no wasted words.

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?

With output schema present, description provides adequate context; mentions return fields and usage flow.

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 100% and param descriptions are good; main description does not add extra parameter meaning.

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 it lists all available AgentSkills for the project, returns names, descriptions, and scopes, and distinguishes from sibling ck_skill_load.

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 call this to discover capabilities then use ck_skill_load, providing clear usage context; could mention when not to use (e.g., if already know skills).

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/aryaminus/controlkeel'

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