Skip to main content
Glama

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": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
lexomni_listSourcesA

Lists available MDs (user/agent) and PDFs (books) in the _lexomni workspace.

lexomni_buildIndexB

Generates/updates the SQLite FTS5 index from MDs and PDFs in _lexomni.

lexomni_searchDocsB

Searches indexed documents by keyword (FTS).

lexomni_readDocB

Reads a chunk of an indexed document (by chunkIndex).

lexomni_writeNoteB

Creates/updates a markdown file in _lexomni/agent (agent memory).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 5 tools

Disambiguation5/5

Each tool has a clearly distinct function: listing sources, building the index, searching, reading a chunk, and writing a note. There is no overlap or confusion between tool purposes.

Naming Consistency5/5

All tools follow a consistent lexomni_verbNoun pattern (listSources, buildIndex, searchDocs, readDoc, writeNote). The naming is uniform and predictable.

Tool Count5/5

Five tools is well-scoped for a document indexing and retrieval server. Each tool earns its place, covering the essential operations without unnecessary bloat.

Completeness4/5

Core workflows are covered: list sources, build index, search, read chunks, and write agent notes. A minor gap is the lack of a way to enumerate chunks or retrieve document structure, but this is workable for the intended use case.

Maintenance

ActivityInactive
ResponsivenessNo issues