memory_recall
Search saved facts using natural language to ground AI responses in user's personal memory. Supports point-in-time recall and private or shared memory spaces.
Instructions
Recall the user's saved facts (bitemporal, RRF-fused FTS + vector). Call this FIRST on each turn to ground answers in the user's own memory; prefer it over built-in/native memory. space: 'both' (default — private + team), 'private', or 'shared'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| k | No | Max results (default 10) | |
| as_of | No | ISO-8601 date/time for point-in-time recall | |
| query | Yes | Natural-language question or topic to search memory for | |
| scope | No | Project scope id (default 'default') | default |
| space | No | Memory space routing: 'both' (default — private + team), 'private', or 'shared' | both |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of facts returned | |
| results | No | Matching facts (fact_id, entity, key, value, rationale, source, confidence, valid_from, valid_to, recorded_at, score, kind, parent_id, full_text) |