Skip to main content
Glama
HarleyVader

LLM Toolshed MCP Server

by HarleyVader

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

Tools

Functions exposed to the LLM to take actions

NameDescription
rag_queryC

Perform RAG (Retrieval Augmented Generation) query on BambiSleep data

cag_contextC

Build CAG (Context Augmented Generation) from BambiSleep knowledge graph

extract_entitiesA

Extract entities and relationships from BambiSleep content for knowledge graph

semantic_searchC

Perform semantic search across BambiSleep content

get_metadataA

Get metadata about the BambiSleep knowledge base

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
BambiSleep Structured DataStructured JSON data from bambisleep.info wiki
BambiSleep FAQFrequently Asked Questions
Session IndexIndex of BambiSleep sessions
TriggersBambiSleep triggers documentation
Safety InformationRisks, safety and advice

TDQS

B3.4/5.0

Scored across 5 tools

Disambiguation4/5

Most tools are distinct: extract_entities and get_metadata are clearly unique, while rag_query and semantic_search both relate to searching content but serve different purposes (finding information vs. generating answers). cag_context is about building context for generation, so it is distinct. Some ambiguity exists between rag_query and semantic_search, but descriptions clarify their roles.

Naming Consistency3/5

All names use snake_case, but they are not consistently verb_noun. extract_entities and get_metadata follow the verb_noun pattern, while rag_query, cag_context, and semantic_search are noun phrases with abbreviations (rag, cag). This mixes conventions and makes the names less predictable.

Tool Count5/5

Five tools is well-suited for a specialized knowledge base server, covering query, context, extraction, search, and metadata. Each tool serves a distinct function and none feel superfluous or missing.

Completeness4/5

The toolset covers the main operations for interacting with a knowledge base: querying (rag_query), searching (semantic_search), building context (cag_context), extracting entities (extract_entities), and retrieving metadata (get_metadata). It lacks tools for ingesting or managing content, but for an LLM-facing toolset, the core workflows are complete.

Maintenance

ActivityInactive
ResponsivenessNo issues