MCP Power - Knowledge Search Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Log level (debug, info, warn, error) | info |
| DATASETS_PATH | No | Path 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
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 2 tools
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.
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.
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.
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.