memory.recall
Retrieve encrypted memories by exact ID or fuzzy tag matching. Decrypt returned blobs client-side to maintain privacy.
Instructions
Retrieve specific memories. Either by ID (exact recall) or by tags (fuzzy recall). Returns the encrypted blobs — you decrypt them client-side.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent_identifier | Yes | Your agent identifier. | |
| memory_id | No | Specific memory ID to retrieve. Use this for exact recall. | |
| tags | No | Tags to match. Returns memories with any matching tag. | |
| limit | No | Max memories to return. Default: 20, max: 200. | |
| offset | No | Skip first N results for pagination. Default: 0. |