recall
Search and retrieve full-text notes from your Obsidian vault, with optional reranking and project-specific filtering.
Instructions
Search then hydrate the top-k notes' full text.
Reranks by default (set CAIRN_RERANK=0 to disable, or pass rerank=false).
Recall prefers your current project's memories (boosted, non-lossy): pass
project (a repo name) to target another project, else the server's working
directory is used. scope="project" hard-limits results to that project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| k | No | ||
| rerank | No | ||
| project | No | ||
| scope | No | all |