memory_get
Batch-fetch full memory entries by IDs from a prior index lookup, returning each entry or marking unknown IDs individually.
Instructions
Batch-fetch FULL memory entries by id — the second half of the index-first retrieval workflow. Call memory_lookup with detail:"index" first, pick the ids whose title/tokens_estimate justify the fetch, then fetch them here in ONE batched call. Unknown ids are reported per-id (ids[]="unknown"), never failing the batch. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | Entry ids to fetch (from a detail:"index" lookup). |