recall
Retrieve memory documents from labeled sinks using natural-language queries, filtered by confidence, age, and type, ranked by recency.
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 |
|---|---|---|---|
| sink | No | Memory sink name OR full obsidian-fs://… handle. Defaults to all configured sinks. | |
| limit | No | Maximum results AFTER filter+sort; default 20 | |
| query | Yes | Natural-language query; routes through hybrid (semantic + BM25) search | |
| types | No | Restrict to docs whose `type` property is in this set | |
| vaults | No | Restrict to these vault names; defaults to all configured | |
| max_age_days | No | Exclude docs whose `observed_at` is older than this many days | |
| min_confidence | No | Exclude docs whose confidence ordinal is lower than this (direct=3, inferred=2, uncertain=1) |