Skip to main content
Glama
elkraps

context-bridge

by elkraps

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
list_documentsC

List supported documents in a directory

read_documentB

Extract text from a file

search_documentsC

Search text within documents

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 3 tools

Disambiguation5/5

Each tool has a unique function: listing available documents, reading document content, and searching within documents. No two tools overlap in purpose, making selection unambiguous.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with snake_case, using list_, read_, and search_ prefixes. The slight singular/plural variation is natural and does not disrupt the pattern.

Tool Count5/5

Three tools is appropriately scoped for a document access utility, covering the essential read-side operations without redundancy. The server feels focused and not bloated.

Completeness5/5

For a context-bridge server that provides document access, the ability to list, read, and search covers the core use cases. There is no obvious missing operation within the server's implied read-only scope.

Maintenance

ActivityInactive
ResponsivenessNo issues