Skip to main content
Glama

Skill Management MCP Server

by fkesheh

get_skill_details

Retrieve comprehensive details about a specific skill including documentation, file structure, executable scripts, environment variables, and metadata to understand skill capabilities and configuration.

Instructions

Get comprehensive details about a specific skill including all files, executable scripts, environment variables, and metadata from SKILL.md.

This tool provides complete information about a skill:

  • Full SKILL.md content (documentation and metadata)

  • All files in the skill directory with file type and size

  • Executable scripts with their locations

  • Whether Python scripts have PEP 723 inline dependencies (uv metadata)

  • Environment variables defined in the skill's .env file

  • Whether a .env file exists for this skill

Use this tool to:

  1. Understand what a skill does (SKILL.md content)

  2. See what files and scripts are available

  3. Check what environment variables are configured

  4. Determine which scripts can be executed and what dependencies they have

Required parameter: skill_name (the name of the skill directory)

Returns: Complete skill details including files, scripts, environment variables, and SKILL.md documentation.

Input Schema

NameRequiredDescriptionDefault
skill_nameYesName of the skill

Input Schema (JSON Schema)

{ "properties": { "skill_name": { "description": "Name of the skill", "title": "Skill Name", "type": "string" } }, "required": [ "skill_name" ], "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