amber_search_deleted_memories
Search through deleted memories to find information the user has previously removed. Filter by age or topic and restore relevant results.
Instructions
Search within the trash for soft-deleted memories. Useful when the user asks about something they've since deleted. Results are ordered by relevance (higher score = better match; scores are relative within a single query). Optional max_age_days restricts to recently deleted items. Optional topics filters by topic (semantic matching). Content is truncated to 1000 chars — use amber_get_memory for full content. Use amber_restore_memory to bring a result back. Rate-limited (search bucket: 5000 capacity, refills ~1 per 17 seconds).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Natural-language question or description of what to find. Use full sentences, not keywords. | |
| n_results | No | Maximum results (default 10, max 100). | |
| metadata_filter | No | Optional metadata filter. | |
| max_age_days | No | Only consider memories deleted within the last N days. | |
| topics | No | Optional topic filter. Pass category names like 'food', 'work', 'beliefs'. Matched semantically. |