search_findings
Find stored findings using exact keyword matching. Enter specific terms to retrieve relevant knowledge, and use boolean operators for precise results.
Instructions
Search findings using keyword (FTS5) search. Fast, exact keyword matching.
AUTOMATIC TRIGGERS - Call this when:
Looking for findings containing specific keywords
You know the exact terms used in a finding
Quick lookup of stored knowledge
WORKFLOW POSITION: Use FIRST for targeted keyword search. If results are insufficient, try retrieve_findings for semantic search that finds related concepts.
CONFIRMATION TIER: READ OPERATION - No confirmation needed. Safe to call freely.
SEARCH TIPS: Use specific keywords. FTS5 supports boolean operators:
"python web framework" finds all three words
"python AND web" finds both
"python OR javascript" finds either
PARAMETERS:
query: Search query (keyword(s))
limit: Max results (default: 10)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes |