memory_search
Search across stored memories using semantic similarity or keyword matching, with optional filters for user and scope isolation.
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 |