delimit_memory_search
Search conversation memory by meaning to recall prior decisions and context across sessions. Use a natural language query to find relevant entries instead of relying on recency.
Instructions
Search conversation memory semantically (Pro).
When to use: to recall prior context by meaning rather than recency — e.g. "what did we decide about deploys?" finds relevant entries across sessions. When NOT to use: for the chronological tail (use delimit_memory_recent) or to write a memory (delimit_memory_store).
Sibling contrast: delimit_memory_recent is the free chronological tail; this is the Pro semantic search.
Side effects: read-only on the memory backend; gated by require_premium. Calls backends.memory_bridge.search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Natural-language search query. Required. | |
| limit | No | Maximum number of matching entries to return. Default 10. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||