Skip to main content
Glama
wspotter

MCP Power - Knowledge Search Server

by wspotter

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LOG_LEVELNoLog level (debug, info, warn, error)info
DATASETS_PATHNoPath to datasets directory./datasets

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

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
knowledge.searchC

Search a knowledge dataset for relevant documents using semantic similarity

knowledge.listDatasetsB

List all registered knowledge datasets available for searching

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.2/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clearly distinct purposes: one lists available datasets, and the other searches within them. There is no overlap or ambiguity between these functions, making it easy for an agent to select the correct tool based on the task.

Naming Consistency5/5

Both tools follow a consistent verb_noun pattern with the 'knowledge.' prefix: 'listDatasets' and 'search'. The naming is uniform and predictable, using camelCase consistently throughout the set.

Tool Count2/5

With only two tools, the server feels thin for a 'Knowledge Search Server' that might imply more operations like dataset management (e.g., create, update, delete) or advanced search options. The count is too low for the apparent scope, limiting functionality.

Completeness2/5

The toolset is severely incomplete for knowledge search operations. It lacks basic CRUD operations for datasets (e.g., create, update, delete) and other essential functions like document retrieval or metadata handling, which are likely needed in this domain.