velixar_session_recall
Recall past session memories by session ID, date, or topic to restore context when resuming work. Supports drill-down into specific time segments with chunk_id.
Instructions
Recall memories from a previous session by session ID, date, or topic. Use when resuming work to restore prior context. Supports chunk_id for drill-down into specific time segments (from session_resume manifest). Use order="chronological" for full narrative reconstruction (oldest-first).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default 10) | |
| order | No | Sort order (default: recent_first) | |
| topic | No | Topic to search for in session memories | |
| chunk_id | No | Specific chunk ID for drill-down into a time segment | |
| end_time | No | ISO timestamp — only return memories before this time | |
| session_id | No | Session ID to recall | |
| start_time | No | ISO timestamp — only return memories after this time |