Tool
recall
Bring the right memory back — scored on more than similarity.
Signature
recall(query, top_k=5, tenant_id?)Example
recall(query="refunds over $1000 last week", top_k=5) # ranked by: similarity + recency + causal proximity + importance + tag overlap
Accepts an optional tenant_id to namespace memory. See the full tool reference.