capalith
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DB | No | The 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
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| SKILL.md | |
| references/operations.md |
TDQS
Scored across 5 tools
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.
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.
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.
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.