mneme_search
Search a Markdown vault to retrieve ranked evidence cards with snippets. Filter by date or frontmatter type and get confidence-labeled results from FTS5, dense, and knowledge-graph backends.
Instructions
Retrieval over the vault. v1.0 ships FTS5 BM25 with Turkish casefold normalization. Optional date and frontmatter type filters. Returns ranked hits with snippets. The cards array (EvidenceCard) is the preferred output and carries content_hash, trust, and confidence_label. Each card carries a backend field identifying which retrieval leg produced it (fts5, dense, kg). The backends_used array lists every backend that returned at least one hit. hits is kept for backward compatibility.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Free-text query. | |
| top_k | No | ||
| filters | No | ||
| min_query_length | No |