memory_list
List stored memory keys with metadata like size and last updated, filtered by tag. Audit what's saved or prepare for bulk deletion by tag. Returns metadata only, no values.
Instructions
List stored memory keys, optionally filtered by tag.
Returns (key, tag, byte_size, last_updated) entries sorted by last_updated descending.
USE WHEN: auditing what's stored, or before bulk-deleting by tag. NOT FOR: retrieving values — use memory_recall (exact) or memory_search (fuzzy). This returns metadata only.
BEHAVIOR: pure read. Sub-millisecond.
PARAMETERS: tag: filter to entries with this exact tag. Omit to list all entries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |