recall_memories
Search and retrieve past memories to load relevant context at session start. Filter by category or keywords to recall preferences, lessons, fixes, and more.
Instructions
Search and recall past memories.
Call this at the START of every session to load relevant context,
and whenever you need to remember something from the past.
Args:
query: Search keywords (uses full-text search). Leave empty to get recent memories.
category: Filter by category (preference, lesson, fix, context, convention, environment, snippet, general). Leave empty for all.
limit: Max memories to return (default 20).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | No | ||
| category | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |