Get one memory entry by key
memory_getRetrieve a stored memory entry by its exact key. Returns value, timestamps, TTL, tags, and metadata, or null if missing or expired.
Instructions
Exact key lookup. Returns the stored value plus timestamps, ttl, tags, metadata. Returns null if missing or expired.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Stable identifier for the memory entry. Free-form text. Treat as case-sensitive. |