recall
Search past memories for context on prior decisions, preferences, and discussions. Returns relevant results with citations and confidence scores.
Instructions
Search for relevant memories in one or more spaces. Use this when you need context about prior decisions, preferences, conventions, or anything discussed in previous sessions. Returns matching memories with traceable citations (memory_type, snippet, timestamp, relevance score). Also reports whether current results are searchable, provisional, or fallback. Pending signals depend on upstream pending_messages support and may be absent even while extraction is still in progress. If you need chronological review, delete verification, or a complete timeline, prefer fetch_history instead of relying on relevance-ranked recall alone. If space_id and space_ids are both omitted, auto-detected from git remote (coding:).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | What to search for | |
| top_k | No | Max number of results (-1 means all, capped by upstream at 100) | |
| radius | No | Cosine similarity threshold (0-1). Effective for vector and hybrid retrieval, default from upstream is 0.6 | |
| user_id | No | Optional user ID to filter memories. Defaults to the MCP client's identity. | |
| end_time | No | ISO 8601 end time with timezone (naive values default to UTC). For search results, this only filters episodic_memory items. | |
| space_id | No | Single memory space to search | |
| space_ids | No | Optional multi-space search scope (max 10 unique). Can be used alone or together with space_id. | |
| start_time | No | ISO 8601 start time with timezone (e.g. 2024-01-01T00:00:00+00:00, naive values default to UTC). For search results, this only filters episodic_memory items. | |
| current_time | No | ISO 8601 current time with timezone for upstream relevance filtering | |
| memory_types | No | Optional memory type filter override. Cloud search currently supports: profile and episodic_memory. | |
| retrieve_method | No | Search strategy. auto is an MCP-layer strategy that runs hybrid+keyword in parallel and merges results | hybrid |
| include_metadata | No | Whether to include memory metadata in results |