memory_list_tool
List stored project memory items by type, tags, or status to retrieve relevant decisions, invariants, gotchas, and rejected ideas. Sort by creation, update, or importance with a configurable limit.
Instructions
List memory items with optional filters.
Args: type: Filter by type (decision, invariant, gotcha, rejected_idea) tags: Filter by tags (items must have at least one) status: Filter by status (active, potentially_stale, invalidated) sort: Sort by 'created_at', 'updated_at' (default), or 'importance' limit: Maximum items to return (default 50) project: Optional project root path. Auto-detected from git root if omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | ||
| tags | No | ||
| type | No | ||
| limit | No | ||
| status | No | ||
| project | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |