Skip to main content
Glama

knowledge_search

Search across video research collections using hybrid, semantic, or keyword algorithms to find relevant information with customizable filters.

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.

Args: query: Text to search for. collections: Which collections to search (default: all). search_type: Search algorithm — hybrid, semantic (near_text), or keyword (BM25). limit: Maximum total results to return. alpha: Hybrid balance (only used when search_type="hybrid"). evidence_tier: Filter ResearchFindings by evidence tier. source_tool: Filter any collection by originating tool. date_from: Filter objects created on or after this ISO date. date_to: Filter objects created on or before this ISO date. category: Filter VideoMetadata by category label. video_id: Filter by video_id field.

Returns: Dict matching KnowledgeSearchResult schema.

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

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