Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DBNoThe path to the SQLite database used by Capalith. Defaults to capalith.sqlite3.capalith.sqlite3

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": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
discoverA

Search Agent Skills by task, including known skills and declared relationships. The first search prepares a local catalog from supported host skill directories. workspace and host_homes select task/profile context when it differs from the server. Repeated searches read the snapshot; index_skills explicitly refreshes it. Writes only Capalith's catalog, never sources or host settings; does not load or activate skills.

inspectB

Return stored metadata, a resource list, or one resource for an artifact version.

traverseB

Return declared relationships for an artifact version.

config_showB

Return configured sources, source states, and Capalith features.

index_skillsA

Find and index installed Codex, Claude Code and current Hermes profile skill directories. Refresh the current selection or select different sources; discover also handles first-use setup. Supply host_homes from known host context if the client's environment omitted a custom home. No-argument calls refresh the selection; source_paths selects only explicit custom roots. Creates Capalith's catalog, never edits sources or activates skills. config_show previews roots.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
SKILL.md
references/operations.md

TDQS

B3.4/5.0

Scored across 5 tools

Disambiguation3/5

inspect and traverse both target artifact versions but return different things (metadata/resources vs relationships), while discover and index_skills overlap heavily around catalog preparation and skill discovery/indexing. The descriptions help distinguish them, but boundary selection still requires careful reading.

Naming Consistency3/5

The set mixes bare verbs (inspect, discover, traverse), a noun_verb form (config_show), and a verb_noun form (index_skills). The names are readable but follow no single predictable convention.

Tool Count5/5

Five tools is well-scoped for a skill-catalog and artifact-inspection server. Each tool maps to a distinct capability area: inspection, discovery, relationship traversal, configuration viewing, and indexing.

Completeness3/5

The surface covers read/discovery/indexing workflows, but lacks mutation operations for artifacts, source configuration changes, and any skill loading or activation. These gaps may be intentional, but agents will hit dead ends if the task requires config changes or artifact lifecycle management.

Maintenance

ActivityMaintained
ResponsivenessResponsive