Get one memory entry by key
memory_getRetrieve a stored memory by exact key lookup, returning its value, timestamps, TTL, tags, and metadata. Optionally use privacy mode to hide 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 |