mneme_recall
Retrieve stored documents by session ID or date range, returning titles, paths, modification times, and optionally the full markdown content.
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 |