mem_get
Retrieve the complete body and metadata of a memory by providing its unique identifier. Use when you need to expand a compact search result into full details.
Instructions
Fetch a single memory by its full id with all details.
USE WHEN get_briefing / mem_relevant_to / mem_search returned a compact hit and you need the full body, or when you know the exact id of a memory.
PARAMETERS: id — full memory id (e.g. '2026-04-28-gotcha-flyway-strict-no-ddl')
RETURNS: { id, type, scope, status, confidence, body, anchor, tags, usage }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Memory id to fetch |