memory_retrieve
Retrieve a stored memory record by its exact key from a project root and namespace. Access persisted session checkpoints or custom memory entries.
Instructions
Retrieves a specific memory record by key.
Parameters: key: The exact memory key to look up (e.g. 'system/last_memory' for session checkpoint). project_root: REQUIRED. Absolute path to active project root directory. namespace: Logical namespace (default: 'default').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| namespace | No | default | |
| project_root | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |