Skip to main content
Glama

MCP Knowledge Base Server

by ikungsjl

query_knowledge_base

Search and retrieve relevant information from indexed documents in the MCP Knowledge Base Server by submitting queries and specifying result limits or similarity thresholds.

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" }

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