mcp_engram_query_pure
Convert natural language intent into a geometric phase vector for cosine K-NN search over hot memory blocks, returning ranked concepts with scores for anchor discovery and 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 |
|---|---|---|---|
| k | No | Max results (default 6, max 20) | |
| intent | Yes | Natural language intent text to encode as pure phase vector for geometric search |