Skip to main content
Glama

knowledge_search

Read-onlyIdempotent

Search across knowledge collections using hybrid, semantic, or keyword modes. Apply filters to refine results by collection, evidence tier, or date.

Instructions

Search across knowledge collections using hybrid, semantic, or keyword mode.

Searches specified or all collections. Results are merged and sorted by score. Filters are collection-aware: conditions are skipped for collections that lack the relevant property.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesSearch query
collectionsNoCollections to search (all if omitted)
search_typeNoSearch mode: hybrid (BM25+vector), semantic (vector only), keyword (BM25 only)hybrid
limitNoMaximum total results to return
alphaNoHybrid balance: 0=BM25, 1=vector
evidence_tierNoFilter by evidence tier (e.g. CONFIRMED)
source_toolNoFilter by originating tool name
date_fromNoFilter created_at >= ISO date
date_toNoFilter created_at <= ISO date
categoryNoFilter VideoMetadata by category
video_idNoFilter by video_id

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

The description adds behavioral context beyond annotations: results are merged and sorted by score, filters are collection-aware (skipped if property missing). This complements the readOnlyHint and idempotentHint annotations.

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?

Three sentences, front-loaded with the main purpose, and no extraneous information. Every sentence adds value.

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

Completeness5/5

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

Given the presence of an output schema and annotations, the description adequately explains the tool's behavior: multi-mode search, collection-aware filtering, and result merging. No major gaps.

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

Parameters4/5

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

Schema coverage is 100%, so parameters are well-documented. The description adds collective context about filter behavior and search modes, which is not in individual parameter descriptions. However, it does not elaborate on each parameter beyond what the schema provides.

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 it searches across knowledge collections using hybrid, semantic, or keyword modes, distinguishing it from siblings like knowledge_ask and knowledge_fetch. The verb 'Search' and resource 'knowledge collections' are specific.

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

Usage Guidelines4/5

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

The description implies when to use: for searching across multiple collections with filtering options. It names the three search modes and notes collection-aware filters. However, it does not explicitly state when not to use or mention alternative tools.

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/Galbaz1/video-research-mcp'

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