Skip to main content
Glama
andyliszewski

grounding-ai

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AGENTS_DIRYesDirectory of agent YAML files. Can point outside the repo if you keep agents in a separate repo.
CORPUS_DIRYesRoot containing _index.json and <slug>/chunks/ (e.g., ./corpus or ~/Documents/Corpora/corpus)
EMBEDDINGS_DIRYesRoot containing <agent>/_embeddings.faiss and _chunk_map.json

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

Tools

Functions exposed to the LLM to take actions

NameDescription
search_corpusA

Search the agent's corpus for relevant documents using semantic similarity. Returns chunks from ingested PDFs, EPUBs, and documents that match the query. Use this to find information in your knowledge base before answering questions.

list_corpus_agentsA

List all agents that have corpus embeddings available for search.

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

Disambiguation5/5

The two tools have entirely distinct purposes: listing agents vs. searching the corpus. There is no overlap or ambiguity.

Naming Consistency5/5

Both tools follow a consistent verb_noun pattern: list_corpus_agents and search_corpus, making the naming predictable.

Tool Count3/5

With only two tools, the server feels under-scoped for a typical grounding AI service. While it covers basic search and agent listing, more tools would be expected for a complete experience.

Completeness2/5

The server lacks essential tools for managing the corpus, such as adding or removing documents or agents. This creates significant gaps for agents needing to update or maintain the knowledge base.

Maintenance

ActivityMaintained
ResponsivenessNo issues