List memory keys (not values)
memory_listList stored keys with optional prefix or tag filters to discover available entries and retrieve metadata before fetching full values.
Instructions
List keys with optional prefix or tag filter. Returns keys + timestamps + tags only — call memory_get for values. Use this first on a new session to discover what is stored. Optional privacy_mode for agent-surface parity (list is already key-only).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Only return keys carrying this tag. | |
| limit | No | Max keys to return. | |
| 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 |