mcp_engram_query_pure
Turn natural language intent into a pure phase vector for geometric K-NN search, returning ranked concepts and scores to quickly discover anchors in high-priority memory blocks.
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. RSI Cycle 55: set include_timing=true (or ENGRAM_MCP_TIMING=1) for structured ---query_phase_ms--- trailer (encode_hot_ms, probe_ms, total_ms, path).
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 | |
| include_timing | No | If true, append ---query_phase_ms--- JSON trailer with encode_hot_ms, probe_ms, total_ms, path (fast_anchor|hot_probe). Also enabled by ENGRAM_MCP_TIMING=1. |