recall
Recall memories relevant to a query.
Instructions
Recall memories relevant to a query.
Args: query: What to search for (semantic similarity). n_results: Maximum number of results to return. project: Filter to a specific cortical region (project). language: Filter to a specific language. scope: Filter to a specific engram cluster (domain scope). memory_type: Filter by memory system (episodic/semantic/procedural/prospective). reference_date: ISO-8601 date for temporal context (e.g. "2026-04-12"). Defaults to now. agent_id: Namespace identifier — only returns memories stored with the same agent_id. Omit or leave empty to query the global shared namespace.
Returns: JSON array of matching memories with scores.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| scope | No | ||
| project | No | ||
| agent_id | No | ||
| language | No | ||
| n_results | No | ||
| memory_type | No | ||
| reference_date | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |