Skip to main content
Glama

knowledge_base_search

Search Xinyang's internal knowledge base to find product parameters, technical solutions, company policies, processes, and project information. Submit a query to retrieve relevant knowledge base entries.

Instructions

搜索芯阳公司内部知识库。当用户询问芯阳内部产品参数、技术方案、公司制度、流程、项目信息时,必须使用此工具。禁止直接 curl 或 fetch 调用后端 API,必须通过本工具查询。默认搜索地址为 http://10.1.120.36:5010/search,可通过 search_api_url 参数自定义。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesThe search query to look up in the knowledge base
search_api_urlNoOptional override for the search API URL. Defaults to http://10.1.120.36:5010/search. Use this to point at a different knowledge base search endpoint.
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the full burden of behavioral disclosure. It adds useful context by revealing the default backend URL and the ability to override it via a parameter, plus a rule against direct API calls. However, it does not disclose return format, error handling, or whether the operation is read-only, leaving some important behavioral aspects undisclosed.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is three sentences long, front-loaded with the core purpose in the first sentence. Every sentence serves a distinct function: purpose, usage guidance, and configuration detail. There is no redundancy or filler, making it optimally concise.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool is simple (2 parameters, no output schema, no annotations), and the description adequately covers purpose, usage, and endpoint configuration. However, it omits information about response format or potential error scenarios, which would be helpful for an agent to correctly interpret results. The absence of this detail is a noticeable gap, but not critical for a basic search tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema already provides descriptions for both parameters (query and search_api_url), achieving 100% schema coverage. The description's mention of the default URL and configurability simply restates what the parameter description already says, adding no novel semantic information beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's function with a specific verb ('search') and resource ('Xinyang internal knowledge base'), and further clarifies scope by listing example content types (product parameters, technical solutions, company policies, etc.). This makes the tool's purpose unmistakable even without sibling tools to differentiate from.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit when-to-use guidance: 'must use this tool' when users ask about internal knowledge topics. It also explicitly prohibits alternative actions (direct curl/fetch calls to the backend API), leaving no ambiguity about the correct invocation path.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/chengyangliu-lcy/xinyangkb_mcp'

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