memra_recall
Search memories in Memra by semantic similarity. Returns ranked results by relevance. Replaces memra_search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Filter by tags | |
| type | No | Filter by memory type | |
| limit | No | Max results to return | |
| query | Yes | Search query for semantic matching | |
| since | No | Only memories created at or after this ISO-8601 date. | |
| until | No | Only memories created at or before this ISO-8601 date. | |
| not_tags | No | Exclude memories carrying any of these tags. | |
| used_ids | No | Feedback: memory IDs from your PREVIOUS recall that you actually used. They gain a small permanent ranking boost — pass these every time to make recall learn. | |
| namespace | Yes | Tenant namespace to search within | |
| max_tokens | No | Token budget: return the best-scoring results that fit within this many tokens (chars/4 heuristic). Combine with a higher limit to fill the budget. | |
| project_id | No | Filter by project ID | |
| min_confidence | No | Minimum confidence score | |
| wait_for_revision | No | Read-your-writes: pass the revision returned by memra_remember to block (max 5s) until that write is indexed and searchable. Use when recalling something you just stored. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| results | Yes | ||
| estimated_tokens | No | ||
| total_candidates | Yes |