memory_list
Retrieve all memory schemas from a specified studio to manage AI agent knowledge structures, with options to paginate results.
Instructions
List all memory schemas defined in the studio.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| studio | No | Studio name to use. Available: STAGING, MAIN, DEV, PRODUCTION. Default: PRODUCTION | |
| skip | No | Number of memories to skip. Default: 0 | |
| take | No | Number of memories to return. Default: 10 |