rlm_recall
Retrieve past decisions, learnings, preferences, and session carryover using semantic search. Filter by type, scope, category, and relevance thresholds for precise memory recall.
Instructions
Semantically recall durable Memory V2 records such as decisions, learnings, preferences, and session carryover. Not for source document retrieval; use rlm_context_query, rlm_load_document, or rlm_shared_context for specs, RFPs, diagrams, and raw docs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Memory question such as a past decision, preference, or validated learning | |
| type | No | ||
| scope | No | ||
| agent_id | No | Required when scope=agent; limits recall to one agent namespace | |
| external_user_id | No | Integrator client keys only: stable end-user ID for scope=user recall. Snipara hashes and namespaces it per integrator client. | |
| category | No | Filter by category | |
| limit | No | Maximum memories to return | |
| min_relevance | No | Minimum relevance score (0-1) | |
| include_inactive | No | Include inactive memories in the main result set | |
| warning_threshold | No | Minimum relevance score for inactive-memory warnings |