Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DOCS_PATHYesPath to the directory containing markdown files to index

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
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_docsA

Search documentation for relevant information. Returns content that matches the query semantically.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 1 tool

Disambiguation5/5

Only one tool exists, so there is no possibility of confusion between tools. Its purpose is clear.

Naming Consistency5/5

The single tool name 'search_docs' uses a clear verb_noun structure in snake_case, consistent with common naming conventions.

Tool Count3/5

A single tool is borderline; it may be sufficient for a narrow search-only purpose but feels thin for a broader documentation server.

Completeness3/5

The tool covers semantic search but lacks other potentially useful operations like retrieving a specific document or listing available documentation, which are common in documentation servers.

Maintenance

ActivityInactive
ResponsivenessNo issues