Skip to main content
Glama
hikitni
by hikitni

kb_search

Search your indexed knowledge base to find relevant documents and chunks with traceable references. Retrieve exact context with paths and section details for reliable answers.

Instructions

Search indexed knowledge and return traceable document/chunk references.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
queryYes
scopesNo
project_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

B3/5.0
Behavior3/5

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

With no annotations, the description carries the full burden. It discloses the core behavior—searching and returning traceable references—but omits whether the operation is read-only, any authentication requirements, rate limits, or other behavioral traits. For a search tool, this is adequate but not thorough.

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 a single, front-loaded sentence that states the purpose and the output with no filler. Every word contributes meaning, making it highly concise and well-structured.

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

Completeness2/5

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

Although an output schema exists, the description lacks usage context, parameter semantics for most parameters, and any differentiation from sibling tools. It is too minimal to fully enable correct invocation for a 4-parameter tool with no annotations.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate. It only implicitly covers the 'query' parameter via 'Search'; 'limit', 'scopes', and 'project_id' are left unexplained in both the schema and description. This is a clear gap in parameter understanding.

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

Purpose4/5

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

The description clearly states the verb 'Search', the resource 'indexed knowledge', and the return type 'traceable document/chunk references'. It conveys a specific, distinct function that separates it from siblings like kb_read, though it does not explicitly name or contrast them.

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

Usage Guidelines2/5

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

No guidance is provided about when to use this tool versus alternatives such as kb_read or kb_project_context. The description only restates the basic operation without any context, exclusions, or mention of sibling tools.

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

Deploy Server

Other Tools