memory_read
Retrieve the agent's memory index or full topic files to access stored information. Use without arguments for a lightweight index; pass topic names for detailed content.
Instructions
Read the agent memory index (MEMORY.md) and optionally specific topic files. Call with no arguments to load only the lightweight index (cheap). Pass topics only when you need the full content of a specific topic file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topics | No | Optional topic file names to load in full (e.g., ["preferences", "projects"]). Omit to return the index only. |