Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SKILLS_MCP_UI_PORTNoOverride the management UI port; use 0 for an ephemeral port.
SKILLS_MCP_DATA_DIRNoOverride the data directory where configuration is persisted.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_skillsA

List all available skills and their canonical IDs.

read_skillA

Read the complete SKILL.md content for a skill ID.

list_skill_resourcesA

List resource files such as references, scripts, and assets for a skill.

read_skill_resourceC

Read one resource file belonging to a skill.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.8/5.0

Scored across 4 tools

Disambiguation5/5

Each tool targets a distinct action and resource type: listing vs reading, and skills vs resources. No overlap or ambiguity between the four tools.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern (list_skills, read_skill, list_skill_resources, read_skill_resource), with clear and predictable conventions.

Tool Count5/5

Four tools perfectly cover the read-only skills management scope without redundancy or excessive granularity, making the set well-scoped.

Completeness5/5

The tool surface fully covers the apparent domain: listing and reading skills and their resources. For a read-only server, there are no gaps or missing operations.

Maintenance

ActivityMaintained
ResponsivenessNo issues