mneme_search
Retrieve relevant markdown documents from a vault using FTS5 BM25 full-text search, with optional date and type filters, returning ranked hits and evidence cards.
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 |