recall_memory
Retrieve stored memories for the current project, including codebase knowledge, conventions, decisions, and session context. Results sorted by priority and recency.
Instructions
Recall stored memories for the current project. Returns memories sorted by priority and recency. Use this to retrieve codebase knowledge, conventions, decisions, and context from previous sessions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| namespace | No | Filter by namespace (e.g., "codebase"). Omit to get all namespaces. | |
| memoryType | No | Filter by type (e.g., "convention", "map", "decision"). Omit to get all types. | |
| key | No | Get a specific memory by key | |
| limit | No | Max memories to return (default 20) | |
| projectId | No | Project ID (defaults to current project) |