memory_get
Batch-fetch full memory entries by their IDs after an index lookup. Retrieve multiple entries in one call; unknown IDs are reported per entry without failing the batch.
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). |