List memory keys (not values)
memory_listList stored keys with optional prefix or tag filter to discover what is saved. Returns keys, timestamps, and tags; use memory_get to retrieve 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.
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. |