search_knowledge
Finds existing knowledge from the local research library by combining semantic similarity and keyword matching automatically. Use it to retrieve past findings without choosing between search methods.
Instructions
Search findings using both semantic similarity and keyword matching. Automatically combines both approaches for best results.
AUTOMATIC TRIGGERS - Call this when:
You need to search for existing knowledge
Starting research or looking for past findings
Not sure whether to use keyword or semantic search
This tool handles routing internally - no need to choose between search_findings and retrieve_findings.
For broad exploration, use general query terms. For specific facts, use exact phrases or keywords.
CONFIRMATION TIER: READ OPERATION - No confirmation needed. Safe to call freely.
PARAMETERS:
query: Search query (required) - keywords or natural language
limit: Max results (default: 10)
Returns combined results from both FTS keyword search and semantic retrieval.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes |