recall
Retrieve the exact linked notes from a WikiMoth vault that answer a question, following multi-hop wikilinks deterministically without an LLM call. Use before answering from user memory to get consistent, token-minimal results.
Instructions
Deterministically recall the note-chain from the user's WikiMoth [[wikilink]] memory that answers a question. Walks the authored links (multi-hop), returns the exact notes with NO LLM call to retrieve, far fewer tokens than dumping the whole vault, and the same result every time. Call this before answering anything that might live in the user's notes, memory, or past sessions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| as_of | No | time-travel: show the vault as it was valid at this ISO date (YYYY-MM-DD) | |
| query | Yes | the question or topic to recall from memory | |
| top_k | No | max note chunks to return (default 8) | |
| show_superseded | No | include superseded note bodies (default false hides them, keeping the edge) |