Skip to main content
Glama
ciulla
by ciulla

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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

Tools

Functions exposed to the LLM to take actions

NameDescription
list_indexed_repositoriesA

Lists all active codebase repositories registered inside the system database.

index_repositoryC

Indexes a repository folder with verbose terminal debugging logs.

search_codebaseB

Semantically queries code blocks from an isolated indexed codebase path with a token ceiling safeguard.

delete_repositoryB

Removes a repository completely from LanceDB using either its system directory path OR its explicit database table name.

search_all_codebasesC

Executes a high-speed cross-query across all indexed tables simultaneously with a global token limit.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 5 tools

Disambiguation5/5

Each tool has a distinct purpose: adding, listing, searching (single or all), and deleting repositories. No overlapping functionality.

Naming Consistency4/5

Tools follow a verb_noun pattern with snake_case, though 'list_indexed_repositories' slightly deviates from the simpler 'repository' stem used by others.

Tool Count5/5

With 5 tools, the set is well-scoped for a code indexing server, covering essential operations without redundancy.

Completeness4/5

Core CRUD operations are present (index, list, search, delete), but an explicit update or re-index tool is missing, though index can be re-run.

Maintenance

ActivityStale
ResponsivenessNo issues