list_memories
Find stored AI memories by applying filters like type, category, scope, or importance. Quickly access relevant context from your memory store.
Instructions
List stored memories with optional filters by type, category, scope, or project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memory_type | No | Filter by type | |
| category | No | Filter by category (e.g., "backend", "frontend", or any custom category) | |
| importance_min | No | Only return memories with importance >= this value | |
| scope | No | Filter by scope | all |
| limit | No | Results per page | |
| tag | No | Filter by tag (e.g., "marketing-campaign") | |
| offset | No | Pagination offset | |
| untyped | No | When true, only return memories with no memory_type set | |
| sort_by | No | Sort order: importance (default), updated, created, referenced (most used first), least_used | importance |