memory_get
Retrieve full content and metadata for memories by ID. Use after memory_search to load complete details including tags, importance, timestamps, and access count (max 20 IDs).
Instructions
Retrieve full content for one or more memories by ID. Designed as a follow-up to memory_search: first search to find relevant IDs, then use memory_get to load full details. Read-only. Accepts up to 20 IDs per call. Returns an array of complete memory objects including content, type, tags, importance, timestamps, and access count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | Array of memory IDs to retrieve (max 20) |