Skip to main content
Glama

Skill Management MCP Server

by fkesheh

list_skills

Discover all available skills installed in the Skill Management MCP Server by listing their names, descriptions, and validation status from SKILL.md metadata.

Instructions

List all available skills in the ~/.skill-mcp/skills directory with their descriptions parsed from SKILL.md frontmatter.

This tool returns a lightweight overview of all installed skills, including:

  • Skill name and directory path

  • Description extracted from SKILL.md YAML frontmatter

  • Validation status (whether SKILL.md exists)

Use this tool first to discover what skills are available before working with specific skills. Each skill is a self-contained directory that may contain scripts, data files, and a SKILL.md metadata file.

Returns: List of all available skills with names, paths, and descriptions.

Input Schema

NameRequiredDescriptionDefault

No arguments

Input Schema (JSON Schema)

{ "properties": {}, "type": "object" }

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/fkesheh/skill-mcp'

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