working_memory_get
Retrieve a stored entry from the project's working memory by key. Returns null if the key does not exist or has expired.
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. |