memory_list
List memory keys filtered by prefix, tag, or updated-since timestamp. Returns key metadata (timestamps and tags) without values; call memory_get to retrieve full entries.
Instructions
List keys with optional prefix, tag, or since (updated_at) filter. Returns keys + timestamps + tags only — call memory_get for values. Scoped by DELX_MEMORY_NAMESPACE when set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Only return keys carrying this tag. | |
| limit | Yes | Max keys to return. | |
| since | No | Unix ms — only keys with updated_at >= since (session resume / delta sync). | |
| prefix | No | Only return keys starting with this string. | |
| privacy_mode | No | summary = keys/meta without full values; structured/raw = full entries (local store parity). | structured |