working_memory_get
Retrieve a transient memory entry by key from the current project. Returns null if the key does not exist or has expired, without throwing an error.
Instructions
Retrieve a single transient entry by key for the current project. Returns null if the key does not exist or has expired — does not throw. Does not modify the entry or extend its TTL. Use working_memory_list when the key is unknown or to audit all active entries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | Key of the entry to retrieve. | |
| project_path | No | Absolute path to the project root. Defaults to current working directory. |