recall
Find similar memories by semantic search. Provide a query to retrieve related items with optional filters for project, namespace, and similarity threshold.
Instructions
Search for similar memories using semantic similarity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results (default: 5) | |
| query | Yes | The search query text | |
| project | No | Project scope for this operation. Omit to auto-detect from environment. Use "*" to search across all projects. | |
| _agent_id | No | Optional agent identifier for request tracing and per-agent rate limiting. | |
| namespace | No | Filter to specific namespace | |
| min_similarity | No | Minimum similarity threshold (0.0-1.0) |