Create or update a memory. Atomic write + locked. Validates name + type. Updates the index.
Fuzzy search (Fuse.js · typo-tolerant, word-order tolerant, partial matches). Returns top N with relevance 0-100 + body snippet.
Same matching as search, but returns full memory bodies as one markdown doc. Built for LLM auto-context.
Fetch one memory by name. Returns frontmatter + body.
List memories. Optional `type` filter. Paginated (default 50/page).
Receipt-required, target-bound, single-use.** Pass a Compliance Receipt from `check_action({action:'delete memory <name>', action_type:'deletions'})` — bound to that exact memory (via the `action_hash` caveat) and usable once. Soft-deletes to `.trash/<ts>-<name>.md`.
Restore a soft-deleted memory from `.trash/`. Picks the most recent trash entry for the name.
Storage integrity check. Reports orphans, dangling index entries, unreadable files. Pass `rebuild-index=true` to repair `MEMORY.md` from disk.
Dashboard: counts per type, total size, largest memory, audit-log size, trash count.
Read recent entries from the audit event log. Optional `tail` (default 20) + `action` filter.
Re-evaluate a memory's claims. Extracts URLs/dates/file refs, flags stale-date signals, returns type-specific verification heuristics. Pairs with the `audit_stale` prompt.
List memories that link to the given memory via `[[wiki-link]]` syntax in their bodies. Useful for "what references this" views.
+12 more tools listed on main page