hypermnesic_search
Perform hybrid lexical and semantic search over a git-native markdown index, returning ranked hits with scores and snippets.
Instructions
Hybrid (lexical + dense) search over the read-only index: functionally identical to search, exposed under this namespaced alias for clients that auto-prefix tool names with the server id. Fuses FTS5 lexical and sqlite-vec semantic ranking via reciprocal-rank fusion (degrading to lexical-only without embeddings) and returns the same ranked hits (path, heading, score, channels, snippet, git recency). Prefer search; reach for this alias only when your client requires the prefixed name. k caps the number of hits (default 10).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Natural-language query to recall notes by. | |
| k | No | Maximum number of ranked hits to return. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| degraded_lexical_only | Yes | ||
| degraded_reason | Yes | ||
| manual_reindex_recommended | Yes | ||
| hits | Yes |