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

Tools

Functions exposed to the LLM to take actions

NameDescription
searchA

Search the BaseMouse repository (your workspace plus the public corpus). Returns ranked lexical matches with scores and matched terms.

get_context_packB

Generate a cited, checksummed basemouse.context_pack.v1 — grounded JSON your agent can answer from, with provenance for every entry. Counts against your plan's monthly pack quota when authenticated.

upsert_documentA

Create or update a document in your workspace by stable id — the write half of agent memory. Idempotent: unchanged content writes nothing (outcome "unchanged", no new revision); real changes append a revision to the tamper-evident history. Tags merge additively. Requires an authenticated bm_ key with write access.

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 serves a clearly distinct purpose: search for retrieval, get_context_pack for structured output, and upsert_document for writing. No overlap or ambiguity.

Naming Consistency5/5

All tools follow a consistent verb_noun (snake_case) pattern: search, get_context_pack, upsert_document. Naming is predictable and clear.

Tool Count4/5

With 3 tools, the set is minimal but covers core operations. It feels slightly under-scoped, but still reasonable for a focused workspace assistant.

Completeness2/5

Missing obvious operations like delete, list, or direct get_document. The domain of document management requires these for full CRUD; agents would struggle without deletion or listing.

Maintenance

ActivityMaintained
ResponsivenessNo issues