mneme_recall
Fetch documents from your memory vault using a session ID or date range. Returns paths, titles, and optional markdown content for review.
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 |
|---|---|---|---|
| session_id | No | ||
| date_from | No | ||
| date_to | No | ||
| top_n | No | ||
| include_body | No |