mcp_engram_recall_recent
Retrieve the most recently accessed memories to rehydrate a session when you lack exact concept names. Returns a ranked list with concept name, CRS score, tags, and a text snippet.
Instructions
BEHAVIOR: Retrieves the N most recently accessed memories from the manifold, sorted chronologically by access time. USAGE: Call this for session rehydration when you lack exact concept names but know you need recently touched context. OUTPUT: A ranked list of memories including their concept name, CRS score, tags, and truncated text snippet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| n | No | Number of recent memories to return (default: 10) |