grounded-rag-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| ingest_documentsA | Ingest documents into a named collection so they can be searched. Provide |
| searchA | Search a collection and return the most relevant chunks, each with its source.
|
| answerA | Answer a question grounded in a collection, with citations. Retrieves the most relevant passages and asks the host's model (via MCP sampling) to
answer using ONLY those passages, citing them. Returns |
| list_collectionsA | List all ingested collections and how many chunks each contains. |
| evaluate_retrievalA | Measure retrieval quality on labeled cases: hit_rate, MRR, and recall@k. Each case is |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| grounded_answer | A reusable prompt that instructs strict, cited, grounded answering. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| collections_resource | Read-only snapshot of the ingested collections (name + chunk count). |