Delimit Memory Search
delimit_memory_searchSearch past conversations semantically to retrieve decisions and context across sessions. Ask natural-language queries to find relevant memories.
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.
Prerequisite: requires Delimit Pro. An unlicensed call returns {"error": ..., "upgrade": "https://delimit.ai/pricing"} without running.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of matching entries to return. Default 10. | |
| query | Yes | Natural-language search query. Required. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||