retrieve_memory
Search across memories using hybrid semantic and full-text queries. Filter by workspace and memory type to find relevant facts, preferences, instructions, feedback, or decisions.
Instructions
Hybrid semantic + full-text search. Returns names + metadata only.
Use get_memory(name=...) to fetch full content of a specific result. Pass workspace= to search only within a specific workspace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | Query string | |
| workspace | No | ||
| memory_type | No | ||
| similarity_threshold | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |