memory_get
Retrieve full content for selected knowledge record IDs, complementing memory_recall's index mode. Use after picking specific IDs from an index to get complete details.
Instructions
Batched fetch by ID — complement to memory_recall(mode='index'). Returns full content for ONLY the IDs the caller chose after inspecting an index. Typical 3-layer flow: recall(mode='index') → pick IDs → memory_get(ids=[...]).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | Knowledge record IDs (max 50 per call; extras are silently dropped) | |
| detail | No | 'summary' truncates content to 150 chars, 'full' returns everything | full |