memory_get
Retrieve a memory entry by exact key, including value, timestamps, TTL, tags, and metadata. Returns null if missing or expired; use privacy_mode=summary to omit full values.
Instructions
Exact key lookup. Returns the stored value plus timestamps, ttl, tags, metadata. Returns null if missing or expired. Optional privacy_mode=summary omits full values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Stable identifier for the memory entry. Free-form text. Treat as case-sensitive. | |
| privacy_mode | No | summary = keys/meta without full values; structured/raw = full entries (local store parity). | structured |