recall
Retrieve memory documents from labeled MemorySinks filtered by provenance and recency, returning citation packets for knowledge assembly.
Instructions
Retrieve memory documents from one or more labeled MemorySinks, filtered by provenance (min_confidence, types, max_age_days) and ranked by recency (observed_at DESC). Returns citation packets (doc_id, source_handle, title, heading_path, mtime, hash, display_url, properties) — the same 8-field shape Phase 3 assembly tools use. Superseded documents are hidden by default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Natural-language query; routes through hybrid (semantic + BM25) search | |
| min_confidence | No | Exclude docs whose confidence ordinal is lower than this (direct=3, inferred=2, uncertain=1) | |
| types | No | Restrict to docs whose `type` property is in this set | |
| max_age_days | No | Exclude docs whose `observed_at` is older than this many days | |
| sink | No | Memory sink name OR full obsidian-fs://… handle. Defaults to all configured sinks. | |
| limit | No | Maximum results AFTER filter+sort; default 20 | |
| vaults | No | Restrict to these vault names; defaults to all configured |