mcp_engram_query_pure
Encode natural language intent as a phase vector for geometric cosine K-NN search over hot blocks, returning ranked concepts and scores for fast anchor discovery in memory rehydration.
Instructions
Pure geometric K-NN discovery (no keyword/file-path hybrid fallback, no p-blend). Turns natural language intent -> phase vector (q) -> cosine K-NN over high-priority/hot blocks (or BVH). Used for fast anchor discovery in optimized wake-up (replaces broad list_concepts + search_by_relation for ritual: / trace: / goal: etc). Intent only; returns ranked concepts + scores + CRS. Fast path for hot ritual rehydrate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| intent | Yes | Natural language intent text to encode as pure phase vector for geometric search | |
| k | No | Max results (default 6, max 20) |