memory_read
Retrieve a stored memory by name or unique ID, with project-scoped lookup and automatic fallback to a global memory of the same name.
Instructions
Read a memory by name within the current project (falling back to a global memory of the same name), or directly by id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | memory id (ULID), as carried by events, recall results, and gardener proposals; bypasses name/project resolution | |
| name | No | memory name; pass exactly one of name or id | |
| project | No | project slug; defaults to the bound session's project |