memory_store_list
List memory stores with summaries to identify the agent's persistent memory, attach it at session start to preserve history and context. Paginate via next_page.
Instructions
List memory stores (summaries: id, name, description, metadata).
memstore_* stores are the agent's persistent memory, mounted as a directory.
Attach the store that BELONGS to THIS agent at session_start(memory_store_ids=[…])
— match its name/description/metadata to the agent (commonly
metadata.agent_name=<agent> or a name like "-memory"). The wrong store, or
none, means the agent loses its history/context. Page via next_page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| page | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||