memory_search
Retrieve relevant memories from M3 Memory by semantic similarity or keyword matching. Filter results by user and scope to ensure isolated, context-aware recall for agents.
Instructions
Search across memory items using semantic similarity or keyword matching. Filter by user_id and scope for isolation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| k | No | ||
| as_of | No | ||
| query | Yes | ||
| scope | No | ||
| explain | No | ||
| timeout | No | ||
| user_id | No | ||
| variant | No | ||
| database | No | ||
| adaptive_k | No | ||
| search_mode | No | hybrid | |
| type_filter | No | ||
| agent_filter | No | ||
| recency_bias | No | ||
| conversation_id | No | ||
| requesting_agent | No | ||
| include_bench_data | No | ||
| include_scratchpad | No |