Skip to main content
Glama

MCP Knowledge Base Server

by ikungsjl

query_knowledge_base

Retrieve relevant information from indexed documents by querying a local knowledge base. Input a question to get precise answers, control results count, and set similarity thresholds for accurate responses.

Instructions

查询知识库

Input Schema

NameRequiredDescriptionDefault
max_resultsNo最大返回结果数
questionYes查询问题
thresholdNo相似度阈值

Input Schema (JSON Schema)

{ "properties": { "max_results": { "default": 5, "description": "最大返回结果数", "type": "number" }, "question": { "description": "查询问题", "type": "string" }, "threshold": { "default": 0.1, "description": "相似度阈值", "type": "number" } }, "required": [ "question" ], "type": "object" }
Install Server

Other Tools from MCP Knowledge Base Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ikungsjl/mcp-knowledge-base'

If you have feedback or need assistance with the MCP directory API, please join our Discord server