memory_list
List active memories with one-line summaries for quick triage, avoiding unnecessary full-body retrieval. Filter by scopes or request full bodies for small stores.
Instructions
List active memories. By default returns one-line summaries (IDs, scopes, summary, no body) — cheap triage. Pass with_bodies=True to inline full bodies in one call; useful for small stores where N round trips of list -> show -> show would be wasteful. Don't reach for with_bodies casually — it pulls every memory in scope into your context, which is the failure mode this project exists to avoid. Filter by scopes if you only care about a subset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scopes | No | ||
| with_bodies | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |