memory_recall
Search stored memories using text queries and filter by entity type, specific entity, or scope. Each recall is logged as a receipt for accountability.
Instructions
Search and retrieve stored memories. Use text search to find relevant observations across all entities, or filter by entity type, specific entity, or scope. Every recall is logged as a receipt.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Text to search for across all observations | |
| entity_type | No | Filter by entity type | |
| entity_id | No | Get memories for a specific entity | |
| scope | No | Filter by memory scope | |
| limit | No | Max results to return (default: 20, max: 100) | |
| include_forgotten | No | Include soft-deleted memories (default: false) | |
| audited | No | Create a signed receipt for this read operation (default: false) |