mneme_recall
Retrieve documents by session ID or date range to get file paths, titles, timestamps, and optional markdown bodies. Use this to recall past context from the vault.
Instructions
Retrieve documents by session_id or date range. Returns paths, titles, mtimes, and (when include_body) the markdown body of each match.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top_n | No | ||
| date_to | No | ||
| date_from | No | ||
| session_id | No | ||
| include_body | No |